|
@@ -20,7 +20,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row">
|
|
<view class="flex-row">
|
|
|
-
|
|
|
|
|
<view class="activityKey ">
|
|
<view class="activityKey ">
|
|
|
<text>活动门店:</text>
|
|
<text>活动门店:</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -106,8 +105,58 @@
|
|
|
<!-- </view>-->
|
|
<!-- </view>-->
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="out2" v-if="activity.equityList">
|
|
|
|
|
+ <view class="flex-col ticket">
|
|
|
|
|
+ <view class="flex-row justify-center title">
|
|
|
|
|
+ <text>赠送权益卡</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
|
+ <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
|
|
|
|
|
+ <view class="h-text flex-col justify-center ">
|
|
|
|
|
+ <text class="money">{{i.salePrice}}</text>
|
|
|
|
|
+ <text class="desc">售价</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
|
+ <view class="h-center-content flex-col justify-around">
|
|
|
|
|
+ <view class="h-value">
|
|
|
|
|
+ <text>{{ i.title }}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="ticketMsg">
|
|
|
|
|
+ 适用门店:{{ i.useStoreDesc || '' }}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="ticketMsg">
|
|
|
|
|
+ 领取后{{ i.effectiveDays }}天内有效
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="out2" v-if="activity.rechargeList">
|
|
|
|
|
+ <view class="flex-col ticket">
|
|
|
|
|
+ <view class="flex-row justify-center title">
|
|
|
|
|
+ <text>赠送储值卡</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="flex-row ticketList" v-for="(i,index) in activity.rechargeList">
|
|
|
|
|
+ <view class="h-text flex-col justify-center ">
|
|
|
|
|
+ <text class="money">{{i.reachPrice}}</text>
|
|
|
|
|
+ <text class="desc">储值额度</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="h-center-content flex-col justify-around">
|
|
|
|
|
+ <view class="h-value">
|
|
|
|
|
+ <text>{{ i.name }}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="ticketMsg">
|
|
|
|
|
+ 开始时间:{{ i.startTime.split(" ")[0] || '' }}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="ticketMsg">
|
|
|
|
|
+ 结束时间:{{ i.endTime.split(" ")[0] || '' }}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="flex-row justify-center inBtnView" >
|
|
<view class="flex-row justify-center inBtnView" >
|