Feat(页面):监听页面打开次数和页面停留时长接口对接

This commit is contained in:
lifizer
2024-06-13 18:09:35 +08:00
parent 51bc828dc9
commit 344e0aa888
8 changed files with 131 additions and 36 deletions
+2
View File
@@ -1,7 +1,9 @@
<script>
import { clearAllInterval } from '@/utils/util'
export default {
onLaunch: function () {
console.log('App Launch')
clearAllInterval()
},
onShow: function () {
console.log('App Show')