Commit 454602fe by 黄森林

bug修复

parent e56baf6a
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
}, },
data(){ data(){
return { return {
jumpPath:'http://hhrcode.winsun-aly.com/#/hhr/home?id=',
imgInfo:'', imgInfo:'',
visiblepicture:false, visiblepicture:false,
pictureInfo:'', pictureInfo:'',
...@@ -196,8 +197,7 @@ ...@@ -196,8 +197,7 @@
}); });
}, },
addPoster(picture,id){ addPoster(picture,id){
/* picture = 'http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png'*/ let url = this.jumpPath+id
let url = 'http://hhrcode.winsun-aly.com/#/hhr/home?id='+id
this.$refs.model1.showModal(picture,url); this.$refs.model1.showModal(picture,url);
}, },
search() { search() {
......
...@@ -40,15 +40,15 @@ ...@@ -40,15 +40,15 @@
<a-divider /> <a-divider />
</div> </div>
<div style="margin-left: 10%"> <div style="margin-left: 10%">
<h2>使用说明</h2> <h2>操作说明</h2>
<h3> <h3>
1.使用鼠标可拖动二维码放置在图片内任何地方(注意:二维码位置不可超出图片范围) 1.使用鼠标可拖动二维码放置在图片内任何地方(注意:二维码位置不可超出图片范围)
</h3> </h3>
<h3> <h3>
2.使用图片上方的滑动条可以调节二维码大小 2.滑动图片上方的滑动条可以调节二维码大小
</h3> </h3>
<h3> <h3>
3.使用图片上方的生成图片按钮可以下载调节好的二维码图片 3.点击图片上方的生成图片按钮可以下载调节好的二维码图片
</h3> </h3>
</div> </div>
</a-drawer> </a-drawer>
...@@ -78,9 +78,10 @@ export default { ...@@ -78,9 +78,10 @@ export default {
this.images=base64; this.images=base64;
this.visible = true; this.visible = true;
}); });
setTimeout(() =>{ this.$nextTick(()=>{
this.newCode() this.newCode()
},200); });
}, },
onClose() { onClose() {
this.visible = false; this.visible = false;
......
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