Commit 454602fe by 黄森林

bug修复

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