Explorar o código

Merge branch 'dev' of http://39.106.8.246:3003/yunxing/wanda-bm-guide-h5 into dev

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
e52c058780
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/FloorFunc.vue

+ 1 - 1
src/views/FloorFunc.vue

@@ -164,7 +164,7 @@ export default {
         plazaId: this.plazaId,
       }
       queryPic({ getParams }).then((res) => {
-        if (res.data && res.data) {
+        if (res.data && res.data.length) {
           this.imgList = res.data.map(item => {
             return item.url
           })