|
|
|
@ -154,9 +154,8 @@ Page({ |
|
|
|
util.showToast('请选择要付款的订单') |
|
|
|
return |
|
|
|
} |
|
|
|
Dialog.confirm({ title: '温馨提示', message: '该客户注册成为纸通宝用户,才可以使用千鸟代付,现在去注册?' }).then(() => { |
|
|
|
var cid = this.data.orderList[0].factoryCustomerId |
|
|
|
wx.navigateTo({ url: '/pages/client/registe/index?id=' + cid }) |
|
|
|
Dialog.confirm({ title: '温馨提示', message: '订单已经付款,在此进行确认?' }).then(() => { |
|
|
|
this.agentPayment(this.data.params.settleType) |
|
|
|
}).catch(err => { |
|
|
|
}) |
|
|
|
}, |
|
|
|
|