Browse Source

fix:修复移动端检测app提醒开启订阅设置自动打开

yangfeng 1 year ago
parent
commit
68da4a9224

+ 1 - 0
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/keyword-info.js

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