解決衝突

This commit is contained in:
duan
2025-01-18 09:55:10 +08:00
8 changed files with 50 additions and 37 deletions

View File

@@ -108,7 +108,7 @@
})
const adRewarded = ref(null);
onShow(() => {
$common.init()
// $common.init()
// if ( uni.getSystemInfoSync().platform == 'android' ) {
// datas.adpid = 1531580352
// }
@@ -274,6 +274,10 @@
let res = await state({
extraKey: datas.urlCallback.extra
})
uni.showToast({
title: '获得' + $common.freeDuration + '分钟免费时长',
icon: 'none'
})
} else {
// 播放中途退出
}