修改ios权限问题
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user