Commit 60477c9c authored by qipeng's avatar qipeng

样式修改

parent 53604d34
...@@ -369,7 +369,7 @@ export default { ...@@ -369,7 +369,7 @@ export default {
}) })
this.masterSlaveCouponList = res.data.masterSlaveCouponList this.masterSlaveCouponList = res.data.masterSlaveCouponList
this.favorablePrice = this.masterSlaveCouponList[0].savedMoney 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 { ...@@ -720,7 +720,7 @@ export default {
font-size: 40rpx; font-size: 40rpx;
color: #EE520E; color: #EE520E;
font-weight: bold; font-weight: bold;
margin-right: 68rpx; margin-right: 38rpx;
} }
.left-detail { .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