|
|
@@ -28,18 +28,18 @@
|
|
|
<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-center-content flex-col justify-around">
|
|
|
<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>
|