适配优化的sql,将平台id改为0

master
paulGao 2022-06-08 16:10:43 +08:00
parent 941dd6015d
commit 1456fd9076
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<view>
<!-- 根据scopeType 判断是否是 平台品类或店铺 -->
<view class="coupon-title wes-3" v-if="item.scopeType">
<span v-if="item.scopeType == 'ALL' && item.storeId == 'platform'"></span>
<span v-if="item.scopeType == 'ALL' && item.storeId == '0'"></span>
<span v-if="item.scopeType == 'PORTION_CATEGORY'"></span>
<view v-else>{{ item.storeName == 'platform' ? '' :item.storeName+'' }}使
</view>