mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
优化生成价格区间
This commit is contained in:
@@ -984,7 +984,7 @@ export default {
|
||||
if (this.wholesaleData.length < 3) {
|
||||
this.wholesaleData.push({
|
||||
price:
|
||||
Number(this.wholesaleData[this.wholesaleData.length - 1].price) - 1,
|
||||
Number(this.wholesaleData[this.wholesaleData.length - 1].price) - 0.01,
|
||||
num:
|
||||
Number(this.wholesaleData[this.wholesaleData.length - 1].num) + 1,
|
||||
goodsId: this.goodsId,
|
||||
|
||||
Reference in New Issue
Block a user