|
@@ -159,6 +159,7 @@ var vm = new Vue({
|
|
if (this.appHide) {
|
|
if (this.appHide) {
|
|
var status = this.getNotificationStatus()
|
|
var status = this.getNotificationStatus()
|
|
this.appPushChecked = Boolean(status)
|
|
this.appPushChecked = Boolean(status)
|
|
|
|
+ this.setPushSet('i_apppush', this.appPushChecked)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(document.visibilityState == 'hidden') {
|
|
if(document.visibilityState == 'hidden') {
|