mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 20:06:48 +08:00
提交
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<uni-load-more v-show="this.articleList.count>articleList.pageSize" :status="loadStatus"></uni-load-more>
|
<uni-load-more v-show="articleList.count>0" :status="loadStatus"></uni-load-more>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -165,8 +165,8 @@ export default {
|
|||||||
this.flagLoading = false;
|
this.flagLoading = false;
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
if (rs.status == 200) {
|
if (rs.status == 200) {
|
||||||
if (rs.result.list.length != 0) {
|
|
||||||
this.articleList.count = rs.result.count;
|
this.articleList.count = rs.result.count;
|
||||||
|
if (rs.result.list.length != 0) {
|
||||||
let userIds = [];
|
let userIds = [];
|
||||||
rs.result.list.forEach(item => {
|
rs.result.list.forEach(item => {
|
||||||
item.name=''
|
item.name=''
|
||||||
@@ -224,7 +224,6 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
chooseStatus(e) {
|
chooseStatus(e) {
|
||||||
console.log(e,'e')
|
|
||||||
if(this.flagLoading) {
|
if(this.flagLoading) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user