no message

cyl/im
jscyl13849007907 5 months ago
parent 42fd1a0764
commit 0b6a08ae84

@ -571,14 +571,16 @@ export default {
uni.showLoading({ uni.showLoading({
title:'生成中' title:'生成中'
}) })
that.getWXCanvas("", "setShare").then((res) => { setTimeout(()=>{
wx.hideLoading(); that.getWXCanvas("", "setShare").then((res) => {
resolve({ wx.hideLoading();
title: " ", resolve({
imageUrl: res.tempFilePath, title: " ",
path, imageUrl: res.tempFilePath,
path,
});
}); });
}); },100)
}), }),
}; };
}, },

Loading…
Cancel
Save