This commit is contained in:
曹辉 2023-03-03 16:04:06 +08:00
parent 7c712bc954
commit 7dd0dd4412
3 changed files with 5 additions and 5 deletions

View File

@ -74,10 +74,7 @@
{{totalPrice}} {{totalPrice}}
</span> </span>
<span class="Paidinprice" v-if='Paidinprice'> <span class="Paidinprice" v-if='Paidinprice'>
实付价 实付价{{Paidinprice}}
<span class="" style='font-size:28rpx;'>
{{Paidinprice}}
</span>
</span> </span>
</view> </view>
<view class="goodsStock" v-show="goodshow"> <view class="goodsStock" v-show="goodshow">
@ -357,6 +354,7 @@
// //
numberchange(e) { numberchange(e) {
this.totalPrice = (this.updata.goodsPrice * this.updata.goodsCount).toFixed(2) this.totalPrice = (this.updata.goodsPrice * this.updata.goodsCount).toFixed(2)
this.Paidinprice = Number(this.totalPrice) - Number(this.coupon.couponPrice)
}, },
buyshowtrue() { buyshowtrue() {
this.buyshow = true this.buyshow = true

View File

@ -239,13 +239,13 @@
top: 70%; top: 70%;
left: 230rpx; left: 230rpx;
.Paidinprice{ .Paidinprice{
font-size:28rpx;
margin-left: 10rpx; margin-left: 10rpx;
color: #fff; color: #fff;
border-radius: 20rpx; border-radius: 20rpx;
display: inline-block; display: inline-block;
padding: 0 10rpx; padding: 0 10rpx;
background-color:#D43953 ; background-color:#D43953 ;
font-size:20rpx;
} }
.price { .price {
color: #D43953; color: #D43953;

View File

@ -654,12 +654,14 @@
width: 660rpx !important; width: 660rpx !important;
height: 1100rpx !important; height: 1100rpx !important;
margin: 0 auto; margin: 0 auto;
z-index: -1;
} }
::v-deep .r-canvas-component { ::v-deep .r-canvas-component {
width: 660rpx !important; width: 660rpx !important;
height: 1100rpx !important; height: 1100rpx !important;
margin: 0 auto; margin: 0 auto;
z-index: -1;
} }
::v-deep .u-mode-center-box { ::v-deep .u-mode-center-box {