Chore:代码格式化&删除无用的文件
This commit is contained in:
@@ -210,9 +210,15 @@
|
||||
<view class="service-section goods-section" v-if="storeInfo && storeInfo.isTickets!=1">
|
||||
<view class="cell flex jc-between ai-center" @click="changeCoupons()" v-if="couponList['usable'].length>0">
|
||||
<view>
|
||||
<text class="coupon-label tc" v-for="(item,index) in couponList.usable" :key="index" v-if="index<2">
|
||||
{{ item.couponTitle }}
|
||||
</text>
|
||||
<template v-for="(item, index) in couponList.usable">
|
||||
<text
|
||||
v-if="index < 2"
|
||||
:key="index"
|
||||
class="coupon-label tc"
|
||||
>
|
||||
{{ item.couponTitle }}
|
||||
</text>
|
||||
</template>
|
||||
</view>
|
||||
<view class="value">优惠详情
|
||||
<uni-icons type="right" size="13" color="#707070"></uni-icons>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user