1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

修改:取消博客页面的loading

This commit is contained in:
小莫唐尼
2023-08-03 01:44:24 +08:00
parent 91923c0b42
commit ee28753094
11 changed files with 45 additions and 44 deletions
+4 -4
View File
@@ -75,10 +75,10 @@
},
methods: {
fnGetData() {
uni.showLoading({
mask: true,
title: '加载中...'
});
// uni.showLoading({
// mask: true,
// title: '加载中...'
// });
// 设置状态为加载中
if (!this.isLoadMore) {
this.loading = 'loading';