ios审核判断,抽奖没次数提示
This commit is contained in:
@@ -110,10 +110,12 @@
|
||||
})
|
||||
const adRewarded = ref(null);
|
||||
onShow(() => {
|
||||
if ( uni.getSystemInfoSync().platform == 'android' ) {
|
||||
// 判断ios是否审核
|
||||
$common.init()
|
||||
if (uni.getSystemInfoSync().platform == 'android') {
|
||||
datas.adpid = 1531580352
|
||||
}
|
||||
if ( uni.getSystemInfoSync().platform == 'ios' ) {
|
||||
if (uni.getSystemInfoSync().platform == 'ios') {
|
||||
datas.adpid = 1373604770
|
||||
}
|
||||
if (uni.getStorageSync("token")) {
|
||||
|
||||
Reference in New Issue
Block a user