|
@@ -105,7 +105,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</view>
|
|
|
- <view class="p-right-price">
|
|
|
+ <view class="p-right-price" v-if="isShowVipFlag(product)">
|
|
|
市场价:<text class="none">¥{{ product.normalPrice | NumFormat }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -213,7 +213,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</view>
|
|
|
- <view class="p-right-price">
|
|
|
+ <view class="p-right-price" v-if="isShowVipFlag(product)">
|
|
|
市场价:<text class="none">¥{{ product.normalPrice | NumFormat}}</text>
|
|
|
</view>
|
|
|
</view>
|