Commit de31a6c9 authored by zhengke's avatar zhengke

修改

parent 392c8d31
......@@ -224,9 +224,9 @@
//选择图片
SelectId(msg) {
if (this.checkIndex == 1) {
this.data.icon = msg.url;
this.data.icon = this.getIconLink(msg.url);
} else if (this.checkIndex == 2) {
this.data.headerUrl = msg.url;
this.data.headerUrl = this.getIconLink(msg.url);
}
this.choicImg = false;
},
......
......@@ -100,7 +100,7 @@
},
//选择图片
SelectId(msg) {
this.data.pic_url = msg.url;
this.data.pic_url = this.getIconLink(msg.url);
this.choicImg = false;
},
//选择视频
......
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