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

暂存测试

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