Explorar o código

删除模拟的是11条数据 slice(0,11)

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
5757ee4a6d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/equipmentFacilities/MSwiper.vue

+ 1 - 1
src/components/equipmentFacilities/MSwiper.vue

@@ -76,7 +76,7 @@ export default {
     },
     created() {
         swiperVm = this
-        this.swiperList = cloneDeep(this.list.slice(0, 11))
+        this.swiperList = cloneDeep(this.list)
         let swiperData = []
         swiperData = this.group(this.swiperList, 15)
         this.swiperData = swiperData