修改ios权限问题

This commit is contained in:
duan
2025-01-14 11:12:52 +08:00
parent c80b7ca975
commit 6fb22d8f10
8 changed files with 123 additions and 149 deletions

View File

@@ -69,6 +69,10 @@
</template>
<script setup>
import {
useCommonStore
} from '@/store/common.js'
const $common = useCommonStore()
import {
reactive,
getCurrentInstance,
@@ -89,7 +93,7 @@
signInList: [],
list: [],
// ios审核
isExamine: uni.getStorageSync('isExamine'),
isExamine: $common.isExamine,
urlCallback: {},
adRewardedVideo: true,