mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-22 02:16:53 +08:00
Breadcrumbs added except : order list / shopping cart / coupon list / address management
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user