Commit 5e62647c authored by Mac's avatar Mac

1

parent 245f8fe4
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
</template> </template>
</el-dialog> </el-dialog>
<!-- 收据的分享暂时 --> <!-- 收据的分享暂时 -->
<el-dialog custom-class='w400' title="分享图" :visible.sync="sharedialog" center> <el-dialog custom-class='w300' title="分享图" :visible.sync="sharedialog" center>
<template> <template>
<div id="proToCol" <div id="proToCol"
style="display: flex;flex-direction: column;align-items: center; padding: 15px;"> style="display: flex;flex-direction: column;align-items: center; padding: 15px;">
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
let aOne = address.split('/api')[0]; let aOne = address.split('/api')[0];
this.imgUrl = aOne + res.Data; this.imgUrl = aOne + res.Data;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.imgcode.src=this.imgUrl; this.$refs.imgcode.src=this.imgUrl;
}) })
console.log(this.imgUrl) console.log(this.imgUrl)
tipLoadding.hide(); tipLoadding.hide();
......
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