Commit cc8262ff authored by 黄奎's avatar 黄奎

页面修改

parent e0ba21bd
...@@ -573,7 +573,6 @@ ...@@ -573,7 +573,6 @@
MallBaseId: this.getLocalStorage().MallBaseId, MallBaseId: this.getLocalStorage().MallBaseId,
HomeDataList: this.dataList HomeDataList: this.dataList
}; };
console.log(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);
......
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
}, },
//修改版权 //修改版权
UpdateAppConfig() { UpdateAppConfig() {
console.log(this.fileList)
this.apipost("/api/Tenant/SetMiniProgramAppConfig", this.appConfig, res => { this.apipost("/api/Tenant/SetMiniProgramAppConfig", this.appConfig, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.GetWeiXinAppConfig(); this.GetWeiXinAppConfig();
......
...@@ -1237,7 +1237,6 @@ ...@@ -1237,7 +1237,6 @@
//点击保存 //点击保存
SaveData() { SaveData() {
this.addMsg.ComponentDataList = this.dataList; this.addMsg.ComponentDataList = this.dataList;
console.log("this.addMsg.ComponentDataList",this.addMsg.ComponentDataList);
this.apipost("/api/Template/SetMiniTemplate", this.addMsg, res => { this.apipost("/api/Template/SetMiniTemplate", this.addMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg.Id = res.data.data; this.addMsg.Id = res.data.data;
......
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