1
0
spegling av https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

修改:取消博客页面的loading

This commit is contained in:
小莫唐尼
2023-08-03 01:44:24 +08:00
förälder 91923c0b42
incheckning ee28753094
11 ändrade filer med 45 tillägg och 44 borttagningar
+4 -4
Visa fil
@@ -105,10 +105,10 @@
fnGetAllCategory() {
this.loading = 'loading';
uni.showLoading({
mask: true,
title: '加载中...'
});
// uni.showLoading({
// mask: true,
// title: '加载中...'
// });
this.$httpApi
.getCategoryList({ more: true })
.then(res => {