|
@@ -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
|