Commit 4fa279ef authored by zhengke's avatar zhengke

修改

parent de31a6c9
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
}, },
//选择图片 //选择图片
SelectId(msg) { SelectId(msg) {
this.data.picUrl = msg.url; this.data.picUrl = this.getIconLink(msg.url);
this.choicImg = false; this.choicImg = false;
}, },
//获取选择链接 //获取选择链接
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
}, },
//选择图片 //选择图片
SelectId(msg) { SelectId(msg) {
this.data.backgroundPicUrl = msg.url; this.data.backgroundPicUrl = this.getIconLink(msg.url);
this.choicImg = false; this.choicImg = false;
}, },
}, },
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
}, },
//选择图片 //选择图片
SelectId(msg) { SelectId(msg) {
this.data.navs[this.ckedIndex].picUrl = msg.url; this.data.navs[this.ckedIndex].picUrl = this.getIconLink(msg.url);
this.choicImg = false; 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