@@ -461,9 +461,9 @@
<!--收款码-->
- <el-dialog custom-class="log-dialog" title="收款码!!!" :visible.sync="wechatCodeVisible" :before-close="closeWechatCode">
+ <el-dialog custom-class="log-dialog" title="收款码" :visible.sync="wechatCodeVisible" :before-close="closeWechatCode">
<div>
- <img width="500px" :src="Fast.api.cdnurl(wechatCodeUrl)"/>
+ <img width="400px" :src="Fast.api.cdnurl(wechatCodeUrl)"/>
</div>
</el-dialog>