|
@@ -146,15 +146,15 @@ export default {
|
|
|
androidIcon: "https://zf-mall.oss-cn-shenzhen.aliyuncs.com/2024-03/1711593045466d069e7f6-5c77-40a0-a7b3-6e2b3a6ce0eb.png"
|
|
|
})
|
|
|
}
|
|
|
- if (res?.data?.payQrcode) {
|
|
|
- this.QRcodeList.push({
|
|
|
- codeUrl: res.data.payQrcode,
|
|
|
- name: "收款码",
|
|
|
- saleName: "",
|
|
|
- iosIcon: "https://zf-mall.oss-cn-shenzhen.aliyuncs.com/2024-03/17115930219681afd35b0-8c93-400a-94f8-e49277c88616.png",
|
|
|
- androidIcon: "https://zf-mall.oss-cn-shenzhen.aliyuncs.com/2024-03/1711593045466d069e7f6-5c77-40a0-a7b3-6e2b3a6ce0eb.png"
|
|
|
- })
|
|
|
- }
|
|
|
+ if (res?.data?.payQrcode) {
|
|
|
+ this.QRcodeList.push({
|
|
|
+ codeUrl: res.data.payQrcode,
|
|
|
+ name: "收款码",
|
|
|
+ saleName: "",
|
|
|
+ iosIcon: "https://zf-mall.oss-cn-shenzhen.aliyuncs.com/2024-03/17115930219681afd35b0-8c93-400a-94f8-e49277c88616.png",
|
|
|
+ androidIcon: "https://zf-mall.oss-cn-shenzhen.aliyuncs.com/2024-03/1711593045466d069e7f6-5c77-40a0-a7b3-6e2b3a6ce0eb.png"
|
|
|
+ })
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
beforeDestroy() {
|