|
@@ -912,10 +912,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- /**
|
|
|
|
|
- * 切换「不满最低要求时」的处理方式
|
|
|
|
|
- * @param {number} value - 0 收运费,1 收包装费,2 不能下单
|
|
|
|
|
- */
|
|
|
|
|
|
|
+ //切换「不满最低要求时」的处理方式,0 收运费,1 收包装费,2 不能下单
|
|
|
homeUnMeetBtn (value) {
|
|
homeUnMeetBtn (value) {
|
|
|
if (Number(this.form.homeUnMeet) === value) {
|
|
if (Number(this.form.homeUnMeet) === value) {
|
|
|
return true
|
|
return true
|
|
@@ -926,6 +923,7 @@ export default {
|
|
|
id: this.option.id,
|
|
id: this.option.id,
|
|
|
homeAmount: this.userInfo.homeAmount,
|
|
homeAmount: this.userInfo.homeAmount,
|
|
|
homeNum: this.userInfo.homeNum,
|
|
homeNum: this.userInfo.homeNum,
|
|
|
|
|
+ homeRule: this.form.homeRule,
|
|
|
homeUnMeet: value,
|
|
homeUnMeet: value,
|
|
|
homeUnFee: value === 2 ? 0 : (this.userInfo.homeUnFee || 0)
|
|
homeUnFee: value === 2 ? 0 : (this.userInfo.homeUnFee || 0)
|
|
|
}).then(res => {
|
|
}).then(res => {
|