| | |
| | | <view class="search-region colCen"> |
| | | <view class="pageTitle-bar rowCenCen"> |
| | | <view class="leftIcon defIcon"> |
| | | <image src="../../static/images/active/vip.png" mode="aspectFill"></image> |
| | | <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/vip.png" mode="aspectFill"></image> |
| | | </view> |
| | | <view class="titleInfo colSta"> |
| | | <view class="topfont" > |
| | |
| | | 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 |