|
|
@ -112,7 +112,7 @@ |
|
|
|
<view class="right" v-else> |
|
|
|
<view class="right" v-else> |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
</image>{{recinfo.totalPrice * 10 * 10}} |
|
|
|
</image>{{(recinfo.totalPrice * 10 * 10).toFixed(0)}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="row" v-if="recinfo.payPrice"> |
|
|
|
<view class="row" v-if="recinfo.payPrice"> |
|
|
@ -125,7 +125,7 @@ |
|
|
|
<view class="right" v-else> |
|
|
|
<view class="right" v-else> |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
</image>{{recinfo.payPrice* 10 * 10}} |
|
|
|
</image>{{(recinfo.payPrice* 10 * 10).toFixed(0)}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="row" v-if="recinfo.payRealPrice"> |
|
|
|
<view class="row" v-if="recinfo.payRealPrice"> |
|
|
@ -138,7 +138,7 @@ |
|
|
|
<view class="right" v-else> |
|
|
|
<view class="right" v-else> |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
</image>{{recinfo.payRealPrice * 10 * 10}} |
|
|
|
</image>{{(recinfo.payRealPrice * 10 * 10).toFixed(0)}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="row" v-if="recinfo.deductionPrice"> |
|
|
|
<view class="row" v-if="recinfo.deductionPrice"> |
|
|
@ -151,7 +151,7 @@ |
|
|
|
<view class="right" v-else> |
|
|
|
<view class="right" v-else> |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
src="../../../static/img/jfx.png"> |
|
|
|
</image>{{recinfo.deductionPrice * 10 * 10}} |
|
|
|
</image>{{(recinfo.deductionPrice * 10 * 10).toFixed(0)}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="row"> |
|
|
|
<view class="row"> |
|
|
|