|
|
@@ -29,7 +29,8 @@ Page({ |
|
|
|
var that = this; |
|
|
|
that.setData({ |
|
|
|
taskId:options.taskId, |
|
|
|
pageType:options.type |
|
|
|
pageType:options.type, |
|
|
|
payId:options.ids |
|
|
|
}) |
|
|
|
wx.showLoading({ |
|
|
|
title: '正在加载模板', |
|
|
@@ -285,12 +286,6 @@ Page({ |
|
|
|
// }) |
|
|
|
|
|
|
|
},1000) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
onChangePayee(event) { |
|
|
|
console.log(event); |
|
|
@@ -303,6 +298,11 @@ Page({ |
|
|
|
url: 'payee/payee?options='+JSON.stringify(event.currentTarget.dataset.option) |
|
|
|
}) |
|
|
|
}, |
|
|
|
goPay(event){ |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages/paymentManager/toPay/toPay?id='+this.data.payId |
|
|
|
}) |
|
|
|
}, |
|
|
|
goDis(){ |
|
|
|
var that = this ; |
|
|
|
console.log() |
|
|
|