diff --git a/pages/pay/payment/payment.vue b/pages/pay/payment/payment.vue
index 246c651..4ec5de9 100644
--- a/pages/pay/payment/payment.vue
+++ b/pages/pay/payment/payment.vue
@@ -29,7 +29,7 @@
-
+
@@ -95,7 +95,8 @@
couponId: '',
jumpType: '',
PaymentPassword: '',
- tongCardPrice: 0
+ tongCardPrice: 0,
+ goodsType:''
};
},
onLoad(e) {
@@ -103,6 +104,7 @@
this.orderNo = e.orderId;
this.couponId = e.couponId;
this.jumpType = e.typeaout;
+ this.goodsType = e.goodsType;
if (this.pryType == 1) {
this.paytype = 'wxpay';
} else if (this.pryType == 2) {
diff --git a/pages/user/order_details/order_details.vue b/pages/user/order_details/order_details.vue
index d5e4784..93d0bdf 100644
--- a/pages/user/order_details/order_details.vue
+++ b/pages/user/order_details/order_details.vue
@@ -350,7 +350,7 @@
uni.redirectTo({
url: "/pages/pay/payment/payment?amount=" + this.recinfo.payPrice +
'&paytype=' + payTypes + '&orderId=' + this.recinfo.id + '&couponId=' + this.recinfo
- .highChildOrderList[0].goodsId + '&typeaout='+ this.recinfo.highChildOrderList[0].ext1
+ .highChildOrderList[0].goodsId + '&typeaout='+ this.recinfo.highChildOrderList[0].ext1+'&goodsType='+ this.recinfo.highChildOrderList[0].goodsType
})
},
}
diff --git a/pages/user/order_list/order_list.vue b/pages/user/order_list/order_list.vue
index 2990973..2b292fd 100644
--- a/pages/user/order_list/order_list.vue
+++ b/pages/user/order_list/order_list.vue
@@ -14,23 +14,28 @@
-
+
卡券订单
-
+
团油订单
-
+
电影票
-
+
KFC
-
+
话费充值
@@ -53,15 +58,17 @@
¥{{row.payPrice}}
-
-
+
+
{{row.payPrice*100}}
{{typeText[row.orderStatus]}}
-
+
+
@@ -299,7 +306,7 @@
url: "/pages/pay/payment/payment?amount=" + row.payPrice +
'&paytype=' + payTypes + '&orderId=' + row.id + '&couponId=' + this.orderList[0]
.highChildOrderList[0].goodsId + '&typeaout=' + this.orderList[0].highChildOrderList[0]
- .ext1
+ .ext1+ '&goodsType='+ row.highChildOrderList[0].goodsType
})
}
}