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