Commit 97fe9493 authored by 黄奎's avatar 黄奎

页面修改

parent 20af4d70
...@@ -453,15 +453,14 @@ export default { ...@@ -453,15 +453,14 @@ export default {
msg, msg,
res => { res => {
this.loading2 = false; this.loading2 = false;
console.log("res.data",res.data.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
// this.BaseInfo = res.data.data.BaseInfo; this.BaseInfo = res.data.data.BaseInfo;
// this.PrincipalList = res.data.data.PrincipalList; this.PrincipalList = res.data.data.PrincipalList;
// this.JourneyTitle = res.data.data.JourneyTitle; this.JourneyTitle = res.data.data.JourneyTitle;
// this.guestList = res.data.data.guestList; this.guestList = res.data.data.guestList;
// this.DMCStaticsCommon = res.data.data.DMCStaticsCommon; this.DMCStaticsCommon = res.data.data.DMCStaticsCommon;
// this.shopList = res.data.data.shopList; this.shopList = res.data.data.shopList;
// this.PostConfig = res.data.data.DMCStaticsCommon.LeaderApply; this.PostConfig = res.data.data.DMCStaticsCommon.LeaderApply;
} else { } else {
this.Error(res.data.message); this.Error(res.data.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