|
|
|
@ -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)
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|