Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
bf20eaf3cb
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/payment/index.js

2
pages/process/payment/index.js

@ -138,7 +138,7 @@ Page({
wx.hideLoading()
this.data.requesting = false
util.showToast(err)
console.log(err)
Dialog.confirm({ title: '温馨提示', message: '该客户注册成为纸通宝用户,才可以使用千鸟代付,现在去注册?' }).then(() => {
var cid = this.data.orderList[0].factoryCustomerId
wx.navigateTo({ url: '/pages/client/registe/index?id=' + cid })

Loading…
Cancel
Save