Просмотр исходного кода

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

tsz 2 лет назад
Родитель
Сommit
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