#
whycq
2022-05-16 23324388eb3c0ba6cfb70de3a98eb8795f3d3eae
Monitor-APP/pages/index/index.vue
@@ -312,6 +312,7 @@
               },
               method:'GET',
               success(result) {
                  console.log(result)
                  let res = result.data 
                  if (res.data) {
                     that.title = ''
@@ -320,6 +321,7 @@
                     that.newspaper = res.data
                     that.move = false
                  } else {
                     that.newspaper = ''
                     that.errorShow = false
                  }
               }
@@ -338,6 +340,7 @@
                  var newsData = ''
                  var str = ''
                  let res = result.data
                  if(res.data) {
                  if (res.data[0].matDtos) {
                     if (res.data[0].matDtos.length <= 8) {
                        that.pakinShow = true
@@ -362,6 +365,8 @@
                     that.move = true
                  }
               }
               }
            })
         },
         animation() {