zhaojs
2023-06-12 c28b3b105e5294165ff6b278723df5e0889cb36f
uniapp/pages/active/vipsearch.vue
@@ -132,8 +132,16 @@
               pageSize: 10,
               page: this.pageCurrent,
            }).then(e => {
               console.log(e);
               if(e.code != 0)return that.$alert(e.msg)
               var res = e.data;
               if(res.list==null)
               {
                  that.pageCurrent++
                  that.canloadmore = false
                  that.loadstatus = 'nomarl'
                  return;
               }
               if (res.list < 10) {
                  that.pageCurrent++
                  that.canloadmore = false