@@ -86,8 +86,13 @@
//联网加载数据
this.status = 'loading';
+ let commonNo = uni.getStorageSync("firstAuthentication").commonId
+ if(!commonNo){
+ this.mescroll.endBySize(0, 0);
+ return
+ }
this.$request.baseRequest('get', '/commonRoute/select', {
- commonId: uni.getStorageSync("firstAuthentication").commonId,
+ commonId: commonNo,
pageSize: page.size,
currentPage: page.num
}).then(res => {