|
@@ -44,9 +44,18 @@ Page({
|
|
})
|
|
})
|
|
},
|
|
},
|
|
beginChargemoneySuccess(e) {
|
|
beginChargemoneySuccess(e) {
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
//console.log(this.data.chargemoney_select);
|
|
//console.log(this.data.chargemoney_select);
|
|
log.info('[充值]', '[开始充值流程]');
|
|
log.info('[充值]', '[开始充值流程]');
|
|
let that = this;
|
|
let that = this;
|
|
|
|
+
|
|
|
|
+ if(that.data.userInfo==null ||that.data.userInfo=={} || that.data.userInfo.userId==null ){
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+
|
|
if (this.data.chargemoney_select) {
|
|
if (this.data.chargemoney_select) {
|
|
wx.showLoading({
|
|
wx.showLoading({
|
|
title: '充值中...',
|
|
title: '充值中...',
|