Commit a9bd9b45 authored by 黄奎's avatar 黄奎

页面修改

parent b37fb10a
...@@ -546,6 +546,7 @@ ...@@ -546,6 +546,7 @@
this.topicMsg.label_url = msg.url; this.topicMsg.label_url = msg.url;
} }
if (this.chooseImg == 'video') { if (this.chooseImg == 'video') {
this.videoMsg.video_pic_url = msg.url; this.videoMsg.video_pic_url = msg.url;
} }
if (this.chooseImg == 'notice') { if (this.chooseImg == 'notice') {
...@@ -562,6 +563,7 @@ ...@@ -562,6 +563,7 @@
//选择视频文件 //选择视频文件
Selectvideo(val) { Selectvideo(val) {
this.videoMsg.video_url = val.Path; this.videoMsg.video_url = val.Path;
this.isChoiceVideo = false; this.isChoiceVideo = false;
}, },
...@@ -571,6 +573,7 @@ ...@@ -571,6 +573,7 @@
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);
......
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