diff --git a/App.vue b/App.vue
index da88b8f..314e522 100644
--- a/App.vue
+++ b/App.vue
@@ -1,27 +1,27 @@
diff --git a/pages/user/coupon/coupon.vue b/pages/user/coupon/coupon.vue
index 54a8176..8b29c96 100644
--- a/pages/user/coupon/coupon.vue
+++ b/pages/user/coupon/coupon.vue
@@ -417,29 +417,29 @@
},
//跳转详情
jumpcoupons(e) {
- if (e.useScope == 3) {
+ if (e.discountUseScope == 3) {
uni.navigateTo({
url: '../../../subPages/recharge/recharge'
})
- } else if (e.useScope == 4) {
+ } else if (e.discountUseScope == 4) {
app.globalData.distinguishid = 1;
uni.navigateTo({
url: '/qianzhu-KFC/buffet-order/buffet-order'
})
- } else if (e.useScope == 5) {
+ } else if (e.discountUseScope == 5) {
app.globalData.distinguishid = 2;
uni.navigateTo({
url: '/qianzhu-KFC/buffet-order/buffet-order'
})
- } else if (e.useScope == 6) {
+ } else if (e.discountUseScope == 6) {
uni.navigateTo({
url: '/member-Recharge/choicepage/choicepage'
})
- } else if (e.useScope == 7) {
+ } else if (e.discountUseScope == 7) {
uni.navigateTo({
url: '/pages/goods/refuel/refuel'
})
- } else if (e.usingRange == 5) {
+ } else if (e.discountUseScope == 5) {
this.useDiscount(e.discountAgentCodeId);
} else {
uni.navigateTo({
diff --git a/pages/user/order_details/order_details.vue b/pages/user/order_details/order_details.vue
index 82d14e6..c0fd2eb 100644
--- a/pages/user/order_details/order_details.vue
+++ b/pages/user/order_details/order_details.vue
@@ -7,7 +7,8 @@
{{countdownm}}:{{countdowns}}
若超时未支付,订单将自动取消
- 立即支付
+ 立即支付
@@ -475,7 +476,8 @@
取消订单
- 去支付
+ 去支付
@@ -732,7 +734,7 @@
}
});
},
- toPay() {
+ toPay(item) {
let payTypes;
if (this.recinfo.payType == 1 || this.recinfo.payType == null) {
payTypes = 3;
diff --git a/qianzhu-KFC/payment-method/payment-method.vue b/qianzhu-KFC/payment-method/payment-method.vue
index 05bce81..e5ca6cd 100644
--- a/qianzhu-KFC/payment-method/payment-method.vue
+++ b/qianzhu-KFC/payment-method/payment-method.vue
@@ -16,6 +16,17 @@
+
+
+
+
+
+ 微信支付
+
+
+
+
+
@@ -27,7 +38,7 @@
-
-
+
+
-
+
- 微信支付
+ 车队油卡(余额:{{oilUserNoPrice}}元)
-
+
+
+
+
+
+
+ 车队油卡列表
+
+
+
+ {{item.cardNo}}({{item.contactName}})
+
+
+
+
+
+ 车牌号
+
+
+
+
+
+ 11111{{cardNoNumber}}
+
+
+
+
@@ -60,7 +100,7 @@
-
+
@@ -68,11 +108,12 @@