Browse Source

[拼團詳情支付成功之後頁面未跳轉修改]

tags/C.8.3.0^2
刘晖 5 years ago
parent
commit
8d059dbecb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/spellGroup/paySpellGroup/index.js

+ 1
- 1
pages/spellGroup/paySpellGroup/index.js View File

@@ -109,7 +109,7 @@ Page({
*/ */
payOrderUpdate: (orderId, payOrderId, status, reason, _this, orderGroupId) => { payOrderUpdate: (orderId, payOrderId, status, reason, _this, orderGroupId) => {
console.log(orderGroupId,7777) console.log(orderGroupId,7777)
let that = this;
let that = _this;
// 支付成功 // 支付成功
Http.post({ Http.post({
url: config.api.payOrderUpdate, url: config.api.payOrderUpdate,


Loading…
Cancel
Save