diff --git a/page_fenbao/statulist/myshop/shebeilist/index.vue b/page_fenbao/statulist/myshop/shebeilist/index.vue index 2197c7b..6a3036a 100644 --- a/page_fenbao/statulist/myshop/shebeilist/index.vue +++ b/page_fenbao/statulist/myshop/shebeilist/index.vue @@ -9,7 +9,6 @@ - @@ -30,7 +29,7 @@ - SN号:{{item.deviceNo}} + S/N码:{{item.deviceNo}} @@ -57,9 +56,9 @@ }, pagenum: 1, wateringList: [], - pagesize: 10, // 一页多少数据 - isLoading: false, // 是否正在加载数据 - noMoreData: false, // 是否没有更多数据 + pagesize: 10, + isLoading: false, + noMoreData: false, total: 0 } }, @@ -104,35 +103,23 @@