This commit is contained in:
duan 2025-01-20 10:55:58 +08:00
commit 0a25834082
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<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)
}, },