|
@@ -78,29 +78,20 @@
|
|
|
<view class="ticketMsg">
|
|
<view class="ticketMsg">
|
|
|
可用次数/总次数:{{i.degree}}/{{i.totalDegree}}
|
|
可用次数/总次数:{{i.degree}}/{{i.totalDegree}}
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
<view class="ticketMsg">
|
|
<view class="ticketMsg">
|
|
|
- 到期时间:{{i.endTime.substring(0,10)}}
|
|
|
|
|
|
|
+ 服务项目:{{ i.useServiceDesc }}
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="ticketMsg">
|
|
|
|
|
+ <text v-if="i.validType == 1">领取后{{ i.effectiveDays }}天内有效</text>
|
|
|
|
|
+ <view v-else>
|
|
|
|
|
+ <view>使用期限:{{i.startTime.substring(0,10)}} 至 {{i.endTime.substring(0,10)}} </view>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
- <!-- <view class="ticketMsg flex-row">-->
|
|
|
|
|
- <!-- <text @click.stop="showRemark(item)">使用规则</text>-->
|
|
|
|
|
- <!-- <u-icon v-if="item.id == showRemarkId" name="arrow-down-fill" color="" size="12"></u-icon>-->
|
|
|
|
|
- <!-- <u-icon v-else name="play-right-fill" color="" size="12"></u-icon>-->
|
|
|
|
|
- <!-- </view>-->
|
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <!-- <view class="flex-row justify-between link">-->
|
|
|
|
|
- <!-- <text>跳转一</text>-->
|
|
|
|
|
- <!-- <u-icon name="arrow-right" color="" size="12"></u-icon>-->
|
|
|
|
|
- <!-- </view>-->
|
|
|
|
|
-
|
|
|
|
|
- <!-- <view class="flex-row justify-between link">-->
|
|
|
|
|
- <!-- <text>跳转一</text>-->
|
|
|
|
|
- <!-- <u-icon name="arrow-right" color="" size="12"></u-icon>-->
|
|
|
|
|
- <!-- </view>-->
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="out2" v-if="activity.equityList">
|
|
<view class="out2" v-if="activity.equityList">
|
|
@@ -149,13 +140,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|