商品列表修改活动价
This commit is contained in:
@@ -372,6 +372,8 @@ export default {
|
|||||||
var bookIDS = this.getBookIds();
|
var bookIDS = this.getBookIds();
|
||||||
// console.log(this.dataForm.productImageList)
|
// console.log(this.dataForm.productImageList)
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|
||||||
|
console.log('this.dataForm.hDprice at line 375:', this.dataForm.hDprice)
|
||||||
if (!this.dataForm.hDprice || this.dataForm.hDprice == 0) {
|
if (!this.dataForm.hDprice || this.dataForm.hDprice == 0) {
|
||||||
// console.log('没有值')
|
// console.log('没有值')
|
||||||
this.dataForm.hDprice = 0;
|
this.dataForm.hDprice = 0;
|
||||||
|
|||||||
@@ -550,7 +550,8 @@ export default {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
data: {
|
data: {
|
||||||
...this.dataForm,
|
...this.dataForm,
|
||||||
product_details: this.dataForm.productDetails
|
product_details: this.dataForm.productDetails,
|
||||||
|
activityPrice: this.dataForm.hDprice,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
//默认 无 说明:请求头
|
//默认 无 说明:请求头
|
||||||
|
|||||||
Reference in New Issue
Block a user