Explorar o código

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

LuoDLeo %!s(int64=2) %!d(string=hai) anos
pai
achega
7293a9130a
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  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>