Ver código fonte

更新操作

shish 1 dia atrás
pai
commit
90a8f29c49
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2 4
      ghsApp/src/pagesClient/member/detail.vue

+ 2 - 4
ghsApp/src/pagesClient/member/detail.vue

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