广告弹窗相关更新
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
},
|
||||
watch: {
|
||||
forceUpdate(val,oldval) {
|
||||
console.log(val,oldval)
|
||||
// 在 forceUpdate 改变时执行更新操作
|
||||
let time = uni.cache.get('popUpTime') ? new Date().getTime() - uni.cache.get('popUpTime') : 1000;
|
||||
if ( time >= 1000 ) {
|
||||
|
||||
Reference in New Issue
Block a user