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

View File

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

View File

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