ソースを参照

feat:wx推送设置免费订阅入口权限判断

tsz 2 年 前
コミット
ddae65eeef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/web/staticres/me/js/push_setting.js

+ 1 - 1
src/web/staticres/me/js/push_setting.js

@@ -174,7 +174,7 @@ var pushSettingVueConf = {
                 } else {
                   _this.settingList[4].show = false
                 }
-                if (_this.userInfo.subscribeVip < 0 && _this.userInfo.bigmemberVip < 0) {
+                if (_this.userInfo.subscribeVip <= 0 && _this.userInfo.bigmemberVip <= 0) {
                   _this.settingList[0].show = true
                 } else {
                   _this.settingList[0].show = false