fix: 修复结算页金额显示精度问题
更新manifest.json中的版本号至1.2.82 修改开发环境baseUrl配置 修复结算页金额显示格式并调整底部操作栏z-index
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
<span style="color: #666; margin-right: 10rpx; font-size: 15px"
|
||||
>实付款:
|
||||
</span>
|
||||
{{ realPrice }}<span>天医币</span>
|
||||
{{ realPrice.toFixed(2) }}<span>天医币</span>
|
||||
</view>
|
||||
<view class="operate" @click="goBuyJie" v-if="payType != 4">
|
||||
<view class="goBuy"> 立即支付 </view>
|
||||
@@ -1262,6 +1262,7 @@ export default {
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
bottom: 0%;
|
||||
z-index: 11;
|
||||
|
||||
.commodityPrice {
|
||||
font-size: 40rpx;
|
||||
|
||||
Reference in New Issue
Block a user