From 3405cf68bbce5a1d2623c37268245368eb3cb64e Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 27 May 2022 16:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=9F=E6=88=90=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E5=8C=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/goods/goods-seller/goodsOperationSec.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue index 9f54e35f..9d51b44f 100644 --- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue +++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue @@ -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,