Commit 4cae63c6 authored by 刘用法's avatar 刘用法

客服二维码修改,异常单收款信息必选没带过去

parent 93c4a26e
......@@ -164,6 +164,9 @@
.text-title {
font-size: 26rpx;
color: #333333;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
</style>
......@@ -49,7 +49,7 @@
},
computed: {
cusQrcode() {
return process.uniEnv.qn_base_url + (this.isMine ? 'erweima-st.png' : 'erweima-bg.png')
return process.uniEnv.qn_base_url + (this.isMine ? 'erweima-rk.png' : 'erweima-bg.png')
},
minekefutuImage() {
return process.uniEnv.qn_base_url + this.imageName
......@@ -88,7 +88,7 @@
complete() {}
});
},
download() {
download() {
let self = this
uni.downloadFile({ //获得二维码的临时地址
url: self.cusQrcode,
......
This diff is collapsed.
......@@ -52,7 +52,7 @@
4.有充电桩安装经验优先;'
}, {
title: '结算价格',
content: '1.不同车企品牌结算价格不一,675元-1890元不等;\n\
content: '1.不同车企品牌结算价格不一,600元-2000元不等;\n\
2.结算价格为包工包料价,安装材料根据车企品牌规格自行采购(电缆、空开、漏保);\n\
3.结算账期:周结50%,剩余50%次月20号结算;'
}, {
......
......@@ -104,7 +104,7 @@
'icon-prompt.png'
},
erweimaImage() {
return process.uniEnv.qn_base_url + 'erweima-st.png'
return process.uniEnv.qn_base_url + 'erweima-rk.png'
},
},
onLoad(e) {
......
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