修改
This commit is contained in:
parent
7c712bc954
commit
7dd0dd4412
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user