Commit 7eccb72e authored by 黄奎's avatar 黄奎

页面修改

parent 652c1766
...@@ -564,6 +564,7 @@ ...@@ -564,6 +564,7 @@
MallBaseId: this.getLocalStorage().MallBaseId, MallBaseId: this.getLocalStorage().MallBaseId,
HomeDataList: this.dataList HomeDataList: this.dataList
}; };
console.log("msg",msg);
this.apipost("/api/Tenant/SetMiniProgramMallHome", msg, res => { this.apipost("/api/Tenant/SetMiniProgramMallHome", msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(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