|
@@ -76,7 +76,7 @@
|
|
getExamList
|
|
getExamList
|
|
} from '@/api/index.js';
|
|
} from '@/api/index.js';
|
|
import {
|
|
import {
|
|
- onLoad
|
|
|
|
|
|
+ onLoad,onShow
|
|
} from "@dcloudio/uni-app"
|
|
} from "@dcloudio/uni-app"
|
|
import cacheManager from '@/utils/cacheManager.js'
|
|
import cacheManager from '@/utils/cacheManager.js'
|
|
const banners = ref('');
|
|
const banners = ref('');
|
|
@@ -112,7 +112,7 @@
|
|
const ksxzRef = ref(null);
|
|
const ksxzRef = ref(null);
|
|
const activeKs = ref(null);
|
|
const activeKs = ref(null);
|
|
|
|
|
|
- onLoad(() => {
|
|
|
|
|
|
+ onShow(() => {
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '加载中'
|
|
title: '加载中'
|
|
});
|
|
});
|