@@ -199,7 +199,9 @@ Page({
var that = this
console.log('that.data.has_bank',that.data.has_bank)
// if (that.data.has_bank) {
- that.withdrawClick()
+ that.requestTakeCashSubscribe(function () {
+ that.withdrawClick()
+ })
// } else {
// that.setData({
// confirmDialog: false,
@@ -215,7 +215,9 @@ Page({