Commit 67921bd3 by huaying

Merge branch 'feature/8月-奥莱定制' into dev

parents f94b9146 997da883
......@@ -2,9 +2,9 @@
<el-dialog title="核销工具二维码" :visible.sync="show" width="600px" :before-close="close">
<div v-loading="loading" class="links-block">
<div class="links__body">
<div class="links__body--url">{{ src }}</div>
<div class="links__body--url">{{ link }}</div>
<div class="links__body--btn">
<el-button v-clipboard:text="src" v-show="src" type="text"><i class="iconfont icon-lianjie font-14"></i> 复制链接</el-button>
<el-button v-clipboard:text="link" v-show="link" type="text"><i class="iconfont icon-lianjie font-14"></i> 复制链接</el-button>
</div>
</div>
<div class="link__divider"></div>
......
......@@ -149,7 +149,6 @@ export default {
this.link = res.result.link;
this.linkUrl = res.result.url;
}
console.log(res.result, 'link');
this.linkShow = true;
});
}
......
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