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

This commit is contained in:
paulGao
2022-06-08 16:08:58 +08:00
parent 0e8ace560b
commit b1f320f361
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
<view class="text">
<div class="coupon-List-title">
<view v-if="item.scopeType">
<span v-if="item.scopeType == 'ALL' && item.id == '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 + "店铺"
@@ -181,4 +181,4 @@
}
}
}
</style>
</style>