天医币和积分可以查看详情,vip延期支持积分购买
This commit is contained in:
@@ -214,12 +214,10 @@
|
||||
<!-- leftSlot -->
|
||||
<template slot="leftSlot" slot-scope="slotProps">
|
||||
<view class="price_box order_bottom_box">
|
||||
<text class="price">合计:
|
||||
|
||||
<text class="total">
|
||||
<template v-if="actualPayment>0">
|
||||
¥{{ Number(actualPayment).toFixed(2) }}
|
||||
</template>
|
||||
<text class="price">合计:
|
||||
<text class="total" v-if="actualPayment==0">{{jfNumber}}积分</text>
|
||||
<text class="totacl" v-else>
|
||||
¥{{actualPayment}}
|
||||
<text style="margin: 0 4rpx;" v-if="actualPayment>0&&jfNumber>0">
|
||||
+
|
||||
</text>
|
||||
@@ -1399,8 +1397,9 @@ import parse from "../../uni_modules/uview-ui/libs/config/props/parse";
|
||||
}
|
||||
|
||||
.price {
|
||||
font-size: 30rpx;
|
||||
.total {
|
||||
font-size: 34rpx;
|
||||
font-size: 30rpx;
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user