Commit ca065f13 authored by 黄奎's avatar 黄奎

页面修改

parent ece9ce08
...@@ -717,12 +717,14 @@ export default { ...@@ -717,12 +717,14 @@ export default {
// 图片消息缩略图 // 图片消息缩略图
media = new Image(); media = new Image();
this.MsgBus.$emit('imgprevpush',JSON.parse(item.custom).url) this.MsgBus.$emit('imgprevpush',JSON.parse(item.custom).url)
media.src =
this.getQueryString(JSON.parse(item.custom).url, "path") + media.src=JSON.parse(item.custom).url;
"?x-oss-process=image/resize,m_lfit,w_" + // media.src =
180 + // this.getQueryString(JSON.parse(item.custom).url, "path") +
",h_" + // "?x-oss-process=image/resize,m_lfit,w_" +
270; // 180 +
// ",h_" +
// 270;
} }
if (media) { if (media) {
if (this.$refs.mediaMsg) { if (this.$refs.mediaMsg) {
......
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