@@ -756,6 +934,25 @@ export default {
if (data && data.code === 0) {
// console.log(data.result,'data.result')
this.orderDetails = data.result;
+
+ if (this.orderDetails.orderType == "relearn") {
+ this.orderDetails.relearnData = [
+ {
+ productName: this.orderDetails.remark,
+ productPrice: this.orderDetails.orderPrice,
+ quantity: 1
+ }
+ ];
+ }
+ if (this.orderDetails.orderType == "vip") {
+ this.orderDetails.vipData = [
+ {
+ productName: 'VIP 商品',
+ productPrice: this.orderDetails.orderPrice,
+ quantity: 1
+ }
+ ];
+ }
if (data.result.expressOrders) {
data.result.expressOrders.forEach(element => {
element.showProduct = false;
@@ -1025,4 +1222,7 @@ ul.list {
/deep/ .el-select-dropdown__list {
width: 200px !important;
}
+.DiscountColor {
+ color: #f94f04;
+}
diff --git a/src/views/modules/user/user-point-jf.vue b/src/views/modules/user/user-point-jf.vue
index 2012fc2..4c3d374 100644
--- a/src/views/modules/user/user-point-jf.vue
+++ b/src/views/modules/user/user-point-jf.vue
@@ -253,7 +253,7 @@
append-to-body
width="80%"
>
-
+
- 订单详情:
+
- 充/扣主题:{{ mdetail.remark }}
-
-
- 操作时间:{{ mdetail.createTime }}
-
-
-
- 积分:
- {{
- mdetail.changeAmount
- }}
-
-
- 订单详情: