Kaynağa Gözat

fix:活动中心显示权益卡权益价

xuyunhui 1 yıl önce
ebeveyn
işleme
1388ded90e

+ 2 - 2
myPages/myActivityDetail/myActivityDetail.vue

@@ -90,8 +90,8 @@
 
 
           <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
           <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
             <view class="h-text flex-col justify-center ">
             <view class="h-text flex-col justify-center ">
-              <text class="money">{{i.salePrice}}</text>
-              <text class="desc">价</text>
+              <text class="money">{{i.faceValue}}</text>
+              <text class="desc">权益价</text>
             </view>
             </view>
 
 
             <view class="h-center-content flex-col justify-around">
             <view class="h-center-content flex-col justify-around">

+ 2 - 2
orderPages/activityDetail/activityDetail.vue

@@ -116,8 +116,8 @@
 
 
           <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
           <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
             <view class="h-text flex-col justify-center ">
             <view class="h-text flex-col justify-center ">
-              <text class="money">{{i.salePrice}}</text>
-              <text class="desc">价</text>
+              <text class="money">{{i.faceValue}}</text>
+              <text class="desc">权益价</text>
             </view>
             </view>
 
 
             <view class="h-center-content flex-col justify-around">
             <view class="h-center-content flex-col justify-around">