Commit 72eba7c4 authored by 袁玲利's avatar 袁玲利

暂存测试

parent 7b4d442c
......@@ -456,8 +456,9 @@ import keyboardPackage from "@/components/keyboard-package/keyboard-package.vue"
import cityData from "@/common/js/city.js";
var gHost = "https://" + window.location.host;
if (window.location.protocol != "https:") {
gHost = "https://fpdev.xiaopay.net";
// gHost = "https://fpdev.xiaopay.net";
// gHost = "/api";
gHost = ""
}
let times = 0;
var limitClick = false; //禁止重复点击
......
......@@ -1021,7 +1021,6 @@ export default {
bankInfo.sessionid = sessionID;
this_.queryBankInfo(); //查余额
this_.bankInfo_ = bankInfo;
this_.queryWalletRechargeLimit(); // 查询钱包充值限制
// this_.getBindingList(bankInfo.accountNo,bankInfo.schoolId,bankInfo.id);
} else {
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