Commit 8ab8ad42 authored by Xuguangxing's avatar Xuguangxing

feat: 处理小程序码的问题

parent f96c801f
...@@ -172,7 +172,9 @@ export default { ...@@ -172,7 +172,9 @@ export default {
return this.$toast('获取分享数据失败'); return this.$toast('获取分享数据失败');
} }
this.sharePicData = res; this.sharePicData = res;
this.$nextTick(() => {
this.$refs.sharePic.createAndUploadPic(); this.$refs.sharePic.createAndUploadPic();
});
}, },
goPage(type) { goPage(type) {
if (type == 1) { if (type == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment