Explorar o código

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

tsz %!s(int64=2) %!d(string=hai) anos
pai
achega
ddae65eeef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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