修复分销没有显示查看更多店铺功能,修复分销绑定问题

This commit is contained in:
2026-01-31 09:56:32 +08:00
parent ea3fb0fe0f
commit 0f640bdf9e
3 changed files with 8 additions and 4 deletions

View File

@@ -102,7 +102,7 @@
</view>
</view>
<view
v-if="state.activates.totalRow > 0"
v-if="state.activates.totalRow*1 > 0"
class="u-flex justify-center font-12 color-666"
style="align-items: baseline"
@click="toShopList('activates')"
@@ -159,7 +159,7 @@
</view>
</view>
<view
v-if="state.activates.totalRow > 0"
v-if="state.unActivates.totalRow*1 > 0"
class="u-flex justify-center font-12 color-666"
style="align-items: baseline"
@click="toShopList('unActivates')"