ios审核判断,抽奖没次数提示

This commit is contained in:
duan
2025-01-16 09:50:25 +08:00
parent d255512ade
commit 0cee26f44a
5 changed files with 22 additions and 5 deletions

View File

@@ -78,7 +78,8 @@
import {
onLoad,
onReady,
onReachBottom
onReachBottom,
onShow
} from '@dcloudio/uni-app'
import contentlist from './components/contentlist.vue'
import {
@@ -92,6 +93,10 @@
useCommonStore
} from '@/store/common.js'
const $common = useCommonStore()
onShow(()=>{
// 判断ios是否审核
$common.init()
})
let datas = reactive({
noticeList: [], //公告列表