This commit is contained in:
duan
2025-01-20 10:55:58 +08:00

View File

@@ -1,9 +1,9 @@
<script> <script>
export default { export default {
onLaunch: function() { onLaunch: function() {
console.log('App Launch'); console.log('App Launch ');
uni.setStorageSync('adRewardedNum',0) uni.setStorageSync('adRewardedNum',0)
}, },
onShow: function() { onShow: function() {
}, },