Эх сурвалжийг харах

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

tsz 2 жил өмнө
parent
commit
ddae65eeef

+ 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