Răsfoiți Sursa

feat:修改我的优惠券页面显示

LuoDLeo 2 ani în urmă
părinte
comite
7293a9130a
1 a modificat fișierele cu 7 adăugiri și 7 ștergeri
  1. 7 7
      orderPages/myCoupon/module/mescrollUni-item.vue

+ 7 - 7
orderPages/myCoupon/module/mescrollUni-item.vue

@@ -19,23 +19,23 @@
 							<text>¥{{item.discountsPrice}}</text>
 						</view>
 						<view class="desc">
-							<text>{{item.name}}</text>
+							<text>满{{item.reachPrice}}可用</text>
 						</view>
 					</view>
 
 					<view class="h-center-content flex-col ">
 						<view class="h-value">
-							<text>门店通用</text>
-						</view>
-						<view class="title">
-							使用平台:<text v-if="item.strategyType == '0'">全平台</text>
-							<text v-else-if="item.strategyType == '1'">个人优惠卷</text>
+							<text>{{item.name}}</text>
 						</view>
+<!--						<view class="title">-->
+<!--							使用平台:<text v-if="item.strategyType == '0'">全平台</text>-->
+<!--							<text v-else-if="item.strategyType == '1'">个人优惠卷</text>-->
+<!--						</view>-->
 						<view class="title">
 							使用次数:{{item.degree}}
 						</view>
 						<view class="title">
-							到期时间:{{item.endTime.substring(0,10)}}
+							到期时间:{{item.endTime}}
 						</view>
 					</view>