Chore:代码格式化&删除无用的文件

This commit is contained in:
lifizer
2024-03-27 17:55:22 +08:00
parent eb87337e70
commit cfd09436f1
5 changed files with 46 additions and 2991 deletions
+9 -3
View File
@@ -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