From 918ecfa47a585709d6039f5994ff8374d7fe8fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 6 Jun 2024 17:18:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B4=BB=E5=8A=A8=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/commonBookTags/bookTagsForm.vue | 2 ++ src/views/modules/shop/curriculum.vue | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/components/commonBookTags/bookTagsForm.vue b/src/views/components/commonBookTags/bookTagsForm.vue index 65262b0..0976931 100644 --- a/src/views/components/commonBookTags/bookTagsForm.vue +++ b/src/views/components/commonBookTags/bookTagsForm.vue @@ -372,6 +372,8 @@ export default { var bookIDS = this.getBookIds(); // console.log(this.dataForm.productImageList) if (valid) { + + console.log('this.dataForm.hDprice at line 375:', this.dataForm.hDprice) if (!this.dataForm.hDprice || this.dataForm.hDprice == 0) { // console.log('没有值') this.dataForm.hDprice = 0; diff --git a/src/views/modules/shop/curriculum.vue b/src/views/modules/shop/curriculum.vue index 857e55a..92aef36 100644 --- a/src/views/modules/shop/curriculum.vue +++ b/src/views/modules/shop/curriculum.vue @@ -550,7 +550,8 @@ export default { method: "POST", data: { ...this.dataForm, - product_details: this.dataForm.productDetails + product_details: this.dataForm.productDetails, + activityPrice: this.dataForm.hDprice, }, header: { //默认 无 说明:请求头