Commit 1710f0e8 authored by 黄奎's avatar 黄奎

页面修改

parent 0297a436
...@@ -918,7 +918,7 @@ ...@@ -918,7 +918,7 @@
if (jsonData.OrderMenuList) { if (jsonData.OrderMenuList) {
this.postMsg.OrderMenuList = jsonData.OrderMenuList; this.postMsg.OrderMenuList = jsonData.OrderMenuList;
} else { } else {
this.RestoreDefault(false); this.restoreOrder(false);
} }
//账户栏 //账户栏
if (jsonData.AccountMenuList) { if (jsonData.AccountMenuList) {
...@@ -1164,12 +1164,13 @@ ...@@ -1164,12 +1164,13 @@
that.restoreBasic(); that.restoreBasic();
that.apipost("/api/Tenant/RemoveMiniUserCenterMenuByMallId", { that.apipost("/api/Tenant/RemoveMiniUserCenterMenuByMallId", {
}, res => { }, res => {
if (res.data.resultCode == 1) {} else { if (res.data.resultCode == 1) {
that.SetMiniUserCenterConfig();
} else {
that.Info(res.data.message); that.Info(res.data.message);
} }
}); });
}); });
} }
}, },
mounted() { mounted() {
......
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