Commit a1e89aac authored by 刘用法's avatar 刘用法

入驻和我的-客服页面二维码更换

parent 2432a8f1
......@@ -48,8 +48,8 @@
};
},
computed: {
cusQrcode() {
return process.uniEnv.qn_base_url + 'erweima-bg.png'
cusQrcode() {
return process.uniEnv.qn_base_url + (this.isMine ? 'erweima-st.png' : 'erweima-bg.png')
},
minekefutuImage() {
return process.uniEnv.qn_base_url + this.imageName
......
......@@ -104,7 +104,7 @@
'icon-prompt.png'
},
erweimaImage() {
return process.uniEnv.qn_base_url + 'erweima-bg.png'
return process.uniEnv.qn_base_url + 'erweima-st.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