Commit ec9d877e authored by Mac's avatar Mac

Merge branch 'master' of http://gitlab.oytour.com/viitto/mallapp

parents 9fe2f749 f04322f2
......@@ -376,9 +376,9 @@
}
}
);
this.sendQuanHandler();
this.goodTitle=item.MaterialInfo;
this.images=item.ImgList;
this.sendQuanHandler();
this.showShare = true;
} else {
this.showAuth = true;
......@@ -405,9 +405,12 @@
//分享复制
sendQuanHandler() {
this.copyHandler();
setTimeout(() => {
this.savePicHandler();
}, 1000);
//判断有图片再调用复制图片
if(this.images.length>0){
setTimeout(() => {
this.savePicHandler();
}, 1000);
}
},
//复制文字
copyHandler() {
......
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