|
@@ -14,9 +14,9 @@
|
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
|
<view>× {{ info.exchangePrice }}</view>
|
|
|
</view>
|
|
|
- <view class="txt">原价:<text>¥{{ $numberFormat(999) }}</text></view>
|
|
|
+ <view class="txt" v-if="info.originPrice">原价:<text>{{ info.originPrice }}</text></view>
|
|
|
</view>
|
|
|
- <view class="detail-info-left__price">¥{{ $numberFormat(999) }}</view>
|
|
|
+ <view class="detail-info-left__price">¥{{ $numberFormat(info.value) }}</view>
|
|
|
</view>
|
|
|
<view class="detail-info-right" v-show="false">销量:30个</view>
|
|
|
</view>
|