fix:修复bug
This commit is contained in:
@@ -311,7 +311,7 @@ function navigateTo(url: string) {
|
||||
|
||||
<!-- 会员价标签 -->
|
||||
<view
|
||||
v-if="item.merchantDishVo.memberPrice"
|
||||
v-if="Number(item.merchantDishVo.memberPrice) > 0"
|
||||
class="member-price-tag ml-10rpx center pl-16rpx pr-6rpx pb-2rpx"
|
||||
>
|
||||
<text class="text-[#FBE3C3] text-20rpx"
|
||||
|
||||
@@ -138,7 +138,12 @@ defineExpose({
|
||||
</view>
|
||||
<view class="flex-center-sb">
|
||||
<text class="text-30rpx lh-30rpx text-#333 font-500">US${{ item.merchantDishVo.discountPrice }}</text>
|
||||
<view class="member-price-tag text-[#FBE3C3] text-18rpx center pl-6rpx">{{ t('pages-store.store.members') }}: ${{ item.merchantDishVo.memberPrice }}</view>
|
||||
<view
|
||||
v-if="Number(item.merchantDishVo.memberPrice) > 0"
|
||||
class="member-price-tag text-[#FBE3C3] text-18rpx center pl-6rpx"
|
||||
>
|
||||
{{ t('pages-store.store.members') }}: ${{ item.merchantDishVo.memberPrice }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-center-sb mt-12rpx">
|
||||
<view class="text-28rpx text-#999">
|
||||
|
||||
Reference in New Issue
Block a user