Commit ca065f13 authored by 黄奎's avatar 黄奎

页面修改

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