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

update

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