Commit 54880c12 authored by 黄媛媛's avatar 黄媛媛

update

parent 6bd68cd4
...@@ -1483,15 +1483,16 @@ ...@@ -1483,15 +1483,16 @@
this.imgType = val; this.imgType = val;
}, },
SelectId(msg) { SelectId(msg) {
let that=this;
if (this.imgType == 1) { if (this.imgType == 1) {
let obj = { let obj = {
Id: msg.selectId, Id: msg.selectId,
Path: this.domainManager().ImageUrl + msg.url, Path: that.getIconLink(msg.url),
} }
this.addMsg.CarouselImageList.push(obj); this.addMsg.CarouselImageList.push(obj);
} }
if (this.imgType == 2) { if (this.imgType == 2) {
this.addMsg.CustomShareImage = this.domainManager().ImageUrl + msg.url; this.addMsg.CustomShareImage = that.getIconLink(msg.url);
} }
if (this.imgType == 3) { if (this.imgType == 3) {
let imgListIndex1 = this.imgListIndex1; let imgListIndex1 = this.imgListIndex1;
......
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