Breadcrumbs added except : order list / shopping cart / coupon list / address management

This commit is contained in:
Vion
2022-01-23 12:44:49 +08:00
parent fcb6dc26bd
commit 2f5ef11c15
12 changed files with 116 additions and 182 deletions

View File

@@ -104,7 +104,7 @@ export default {
payimage: require("../../assets/pay/zfb.png"),
},
],
dialogSuccess: true,
dialogSuccess: false,
dialogFail: false,
userPayData: {},
qrtext:'',
@@ -114,6 +114,7 @@ export default {
mounted() {
this.userPayData = JSON.parse(this.$route.query.userPayData);
this.qrtext=this.userPayData.wxPay
this.updateOrderWX();
},
methods: {
closeDialogSuccess() {