Commit 8ab8ad42 authored by Xuguangxing's avatar Xuguangxing

feat: 处理小程序码的问题

parent f96c801f
......@@ -172,7 +172,9 @@ export default {
return this.$toast('获取分享数据失败');
}
this.sharePicData = res;
this.$refs.sharePic.createAndUploadPic();
this.$nextTick(() => {
this.$refs.sharePic.createAndUploadPic();
});
},
goPage(type) {
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