Commit 20a108df authored by 黄奎's avatar 黄奎

页面修改

parent 19a38e11
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
float:left; float: left;
} }
.labelBar .btm_icon { .labelBar .btm_icon {
...@@ -599,13 +599,15 @@ ...@@ -599,13 +599,15 @@
this.apipost("/api/Tenant/RemoveMiniProgramMallTag", { this.apipost("/api/Tenant/RemoveMiniProgramMallTag", {
TagId: tagIds TagId: tagIds
}, res => { }, res => {
if (res.data.resultCode == 1) {} else { if (res.data.resultCode == 1) {
this.Success(res.data.message);
} else {
this.Info(res.data.message); this.Info(res.data.message);
} }
}) })
} }
this.mallMsg.BottomTagList = []; this.mallMsg.BottomTagList = [];
this.mallMsg.TopNavBgColor='#FFFFFF'; this.mallMsg.TopNavBgColor = '#FFFFFF';
this.mallMsg.BottomTagList = JSON.parse(JSON.stringify(this.defaultTagList)); this.mallMsg.BottomTagList = JSON.parse(JSON.stringify(this.defaultTagList));
} }
}, },
......
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