Fix:客服消息商品展示价格面议
This commit is contained in:
@@ -37,9 +37,12 @@
|
||||
{{ wsJson(item.msg_content).skuStr }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="price v12-primary-text v12-font-24">
|
||||
<view class="price v12-primary-text v12-font-24" v-if="wsJson(item.msg_content).isNegotiable !== 1">
|
||||
¥{{ wsJson(item.msg_content).price }}
|
||||
</view>
|
||||
<view class="price v12-primary-text v12-font-24" v-else>
|
||||
价格面议
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -60,9 +63,12 @@
|
||||
{{ params.skuStr }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="price v12-primary-text v12-font-24">
|
||||
<view class="price v12-primary-text v12-font-24" v-if="params.isNegotiable !== 1">
|
||||
¥{{ params.price }}
|
||||
</view>
|
||||
<view class="price v12-primary-text v12-font-24" v-else>
|
||||
价格面议
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user