【修复】修复服务商品列表门店及会员等级显示异常的情况

This commit is contained in:
JIANWEIE-WORKPC\Administrator
2023-02-17 11:30:51 +08:00
parent 0d54b26379
commit da84d8455a

View File

@@ -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">