mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:03:26 +08:00
【修复】修复服务商品列表门店及会员等级显示异常的情况
This commit is contained in:
@@ -27,15 +27,15 @@
|
|||||||
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap coreshop-padding-10 coreshop-solid-bottom">
|
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap coreshop-padding-10 coreshop-solid-bottom">
|
||||||
兑换级别:
|
兑换级别:
|
||||||
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap" v-if="item.allowedMemberships && item.allowedMemberships.length>0">
|
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap" v-if="item.allowedMemberships && item.allowedMemberships.length>0">
|
||||||
<view class="coreshop-width-fit-content coreshop-margin-right-5" v-for="(item, indexChild) in item.allowedMemberships" :key="indexChild">
|
<view class="coreshop-width-fit-content coreshop-margin-right-5" v-for="(ship, indexChild) in item.allowedMemberships" :key="indexChild">
|
||||||
<u-tag :text="item" :plain="true" mode="light" size="mini" />
|
<u-tag :text="ship" :plain="true" mode="light" size="mini" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap coreshop-padding-10 coreshop-solid-bottom">
|
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap coreshop-padding-10 coreshop-solid-bottom">
|
||||||
兑换门店:
|
兑换门店:
|
||||||
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap" v-if="item.consumableStores && item.consumableStores.length>0">
|
<view class="coreshop-text-gray coreshop-font-xs coreshop-flex coreshop-flex-nowrap" v-if="item.consumableStores && item.consumableStores.length>0">
|
||||||
<view class="coreshop-bg-orange-light sm coreshop-padding-4 coreshop-margin-right-5" v-for="(item, indexChild) in item.consumableStores" :key="indexChild">{{item}}</view>
|
<view class="coreshop-bg-orange-light sm coreshop-padding-4 coreshop-margin-right-5" v-for="(store, indexChild) in item.consumableStores" :key="indexChild">{{store}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="coreshop-flex coreshop-align-center coreshop-flex-direction-row coreshop-justify-between coreshop-padding-10">
|
<view class="coreshop-flex coreshop-align-center coreshop-flex-direction-row coreshop-justify-between coreshop-padding-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user