Commit 4f8e1d31 authored by 袁玲利's avatar 袁玲利

暂存测试

parent 12824260
...@@ -471,6 +471,7 @@ export default { ...@@ -471,6 +471,7 @@ export default {
console.log(this.rechargeLimit, "rechargeLimit"); console.log(this.rechargeLimit, "rechargeLimit");
bankInfo.sessionid = sessionID || ""; bankInfo.sessionid = sessionID || "";
this.QueryUserInfo(); this.QueryUserInfo();
this.queryWalletRechargeLimit()
}, },
created: function () {}, created: function () {},
mounted: function () {}, mounted: function () {},
...@@ -1022,7 +1023,6 @@ export default { ...@@ -1022,7 +1023,6 @@ export default {
bankInfo.sessionid = sessionID; bankInfo.sessionid = sessionID;
this_.queryBankInfo(); //查余额 this_.queryBankInfo(); //查余额
this_.bankInfo_ = bankInfo; this_.bankInfo_ = bankInfo;
this_.queryWalletRechargeLimit()
// this_.getBindingList(bankInfo.accountNo,bankInfo.schoolId,bankInfo.id); // this_.getBindingList(bankInfo.accountNo,bankInfo.schoolId,bankInfo.id);
} else { } else {
weui.topTips(res2.message); weui.topTips(res2.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment