Commit bd9106a1 authored by 华国豪's avatar 华国豪 🙄

‘图片显示问题’

parent ff830ab4
...@@ -798,7 +798,10 @@ export default { ...@@ -798,7 +798,10 @@ export default {
this.oderInfoShow = !this.oderInfoShow this.oderInfoShow = !this.oderInfoShow
}, },
showImg(obj){ showImg(obj){
this.picObj= obj; obj.forEach(x=>{
x.Url = x.Url.split('?')[0]
})
this.picObj= obj
this.picIsShow= true; this.picIsShow= true;
}, },
getList(){ getList(){
......
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