From 3a7417af2982bb9720e1b300a01749b479376d6d Mon Sep 17 00:00:00 2001
From: cun-nan <19819293608@163.com>
Date: Wed, 25 Sep 2024 15:31:59 +0800
Subject: [PATCH] 9.25
---
.../pagesHome/PointsMall/PointsMall.vue | 12 ++--
.../pagesHome/PointsRedemption/index.vue | 70 +++++++++++++++++--
.../pagesHome/goodsDetails/goodsDetails.vue | 16 +++--
gasStation-uni/pagesHome/order/order.vue | 1 +
4 files changed, 85 insertions(+), 14 deletions(-)
diff --git a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
index 3685eb3f6..761092b6c 100644
--- a/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
+++ b/gasStation-uni/pagesHome/PointsMall/PointsMall.vue
@@ -34,18 +34,18 @@
{{item.exchangePoints}}
+ v-if="item.exchangeMethod == '积分' || item.exchangeMethod == '积分+金额' || item.exchangeMethod == '积分+加钱购'">{{item.exchangePoints}}积分
+
¥{{item.exchangeAmount}}
- 积分
+
- ¥3.5
+ ¥{{item.market || 0}}
{
if (res.code == 200) {
this.integralGiftList = res.data.records
- console.log(this.integralGiftList,142);
+ console.log(res.data, 142);
+ }else{
+ this.integralGiftList = []
}
})
},
diff --git a/gasStation-uni/pagesHome/PointsRedemption/index.vue b/gasStation-uni/pagesHome/PointsRedemption/index.vue
index 6156c3d45..a725358ba 100644
--- a/gasStation-uni/pagesHome/PointsRedemption/index.vue
+++ b/gasStation-uni/pagesHome/PointsRedemption/index.vue
@@ -6,13 +6,14 @@
积分余额
{{cardBalance.points || 0}}
-
- 中建锦绣二期站可用
+
+ {{item.storeName}}可用
-
+
+
- 虚拟
+ {{item.giftName}}
300ml瓶装
兑换券
@@ -26,15 +27,21 @@
+
+
+