소스 검색

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