浏览代码

提交订单参数修改

lhm 3 年之前
父节点
当前提交
5d6f4df810
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kmall-admin/src/main/webapp/js/sale/sale.js

+ 1 - 1
kmall-admin/src/main/webapp/js/sale/sale.js

@@ -2015,7 +2015,7 @@ function toPayOrder(payCode){
                  'sessionId':vm.sessionId,
                  'machineCode':vm.machineCode,
                  'memberCode': vm.memberCode,
-                 'memberPhone': vm.memberPhone,
+                 'memberPhone': vm.userInfo.customPhone,
                  'deductionScore': deductionScore,
                  'actualPrice': actualPrice,
                  'scoreDeductionPrice': scoreDeductionPrice,