Explorar o código

会员无法自定义更换背景bugfix

xinfeng %!s(int64=6) %!d(string=hai) anos
pai
achega
dbe350f321
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/kaifain/ChangeBgImage.vue

+ 1 - 1
components/kaifain/ChangeBgImage.vue

@@ -87,7 +87,7 @@ export default {
     checkVip() {
     checkVip() {
       let {is_vip, vip_type_id} = this.$store.state.userinfo || {}
       let {is_vip, vip_type_id} = this.$store.state.userinfo || {}
       vip_type_id = Number(vip_type_id)
       vip_type_id = Number(vip_type_id)
-      return is_vip && vip_type_id === 0
+      return is_vip && (vip_type_id === 1 || vip_type_id === 3)
     },
     },
   },
   },
   mounted() {
   mounted() {