|
@@ -31,7 +31,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">运费</view>
|
|
<view class="tui-title">运费</view>
|
|
|
<view class="tui-input" v-if="isFreight">¥{{ freightPrice?parseFloat(freightPrice):0 }}</view>
|
|
<view class="tui-input" v-if="isFreight">¥{{ freightPrice?parseFloat(freightPrice):0 }}</view>
|
|
|
- <view class="tui-input" v-else>免运费(¥{{ freightPrice?parseFloat(freightPrice):0 }})</view>
|
|
|
|
|
|
|
+ <view class="tui-input" v-else>免运费</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="height:90upx;"> </view>
|
|
<view style="height:90upx;"> </view>
|