=chenming 5 年之前
父節點
當前提交
684353bac9
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      496_dongfengqichen/pages/placingOrder/placingOrder.js

+ 3
- 4
496_dongfengqichen/pages/placingOrder/placingOrder.js 查看文件

@@ -236,15 +236,14 @@ Component({
})
return;
}

if (!this.data.appointment) {
return;
}
this.data.appointment = false;
this.data.subscribeData.province = this.data.provinceDataArr[0][this.data.provinceDataValue[0]];
this.data.subscribeData.city = this.data.provinceDataArr[1][this.data.provinceDataValue[1]];
this.data.subscribeData.agent_code = this.data.storeArr[this.data.storeValue].agent_code;
this.data.subscribeData.agentDetail = this.data.storeArr[this.data.storeValue].agent_detail;
if (!this.data.appointment) {
return;
}
app.wxRequest(app.globalData.urlRoot + "wxPay/preBuy", this.data.subscribeData, res => {
if (res.code == 200) {
wx.requestPayment({

Loading…
取消
儲存