Commit 60477c9c authored by qipeng's avatar qipeng

样式修改

parent 53604d34
......@@ -369,7 +369,7 @@ export default {
})
this.masterSlaveCouponList = res.data.masterSlaveCouponList
this.favorablePrice = this.masterSlaveCouponList[0].savedMoney
this.sellingPrices = this.sellingPrices-this.masterSlaveCouponList[0].savedMoney
this.sellingPrices = parseFloat((this.sellingPrices-this.masterSlaveCouponList[0].savedMoney).toFixed(2))
}
}
......@@ -720,7 +720,7 @@ export default {
font-size: 40rpx;
color: #EE520E;
font-weight: bold;
margin-right: 68rpx;
margin-right: 38rpx;
}
.left-detail {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment