onShow: function() {
console.log('App Show')
uni.setKeepScreenOn({
keepScreenOn: true
})
plus.runtime.setBadgeNumber(0);
setTimeout(function() {
console.log("plus.runtime.arguments》》》》》》》》》》》》》》》》》》》》》》", plus.runtime.arguments)
console.log("plus.runtime.launcher", plus.runtime.launcher)
}, 200)
},
onHide: function() {
console.log('App Hide')
plus.runtime.arguments = null
console.log("清空成功")
console.log("cData>>》》》》》》》》》》》》》》》》》》》》》》", plus.runtime.arguments)
},
1 个回复
w***@qq.com
遇到一样的问题