Commit 75549cb0 authored by 黄媛媛's avatar 黄媛媛

update

parent 041b02ee
......@@ -2507,15 +2507,16 @@ export default {
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