=chenming 5 년 전
부모
커밋
684353bac9
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      496_dongfengqichen/pages/placingOrder/placingOrder.js

+ 3
- 4
496_dongfengqichen/pages/placingOrder/placingOrder.js 파일 보기

}) })
return; return;
} }

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

Loading…
취소
저장