Commit d236c449 authored by 袁玲利's avatar 袁玲利

暂存测试

parent 4f8e1d31
......@@ -974,10 +974,10 @@ export default {
queryWalletRechargeLimit() {
const self = this;
$.ajax({
url: gHost + `/webbiz/webapi/QueryOneSchool`,
url: gHost + `/wechat/svweapp/QuerySchoolBasicInfo`,
type: "post",
data: {
schoolId: 36, //bankInfo.schoolId,
schoolid: 36, //bankInfo.schoolId,
sessionid: sessionID,
wechattype: 1
},
......@@ -988,7 +988,7 @@ export default {
success: function (res) {
console.log(res);
if (res.code == "10000" && res.results) {
self.paySwitch = res.results.schoolinfo.paySwitch || "";
self.paySwitch = res.results.paySwitch || "";
} else {
self.paySwitch = "";
}
......
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