From 0b6a08ae84c05b4b18606da2cc3f7b0c0faf9e42 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 11:35:21 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 14da172..4fe85dc 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -571,14 +571,16 @@ export default { uni.showLoading({ title:'生成中' }) - that.getWXCanvas("", "setShare").then((res) => { - wx.hideLoading(); - resolve({ - title: " ", - imageUrl: res.tempFilePath, - path, + setTimeout(()=>{ + that.getWXCanvas("", "setShare").then((res) => { + wx.hideLoading(); + resolve({ + title: " ", + imageUrl: res.tempFilePath, + path, + }); }); - }); + },100) }), }; },