Przeglądaj źródła

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

xinfeng 6 lat temu
rodzic
commit
dbe350f321
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/kaifain/ChangeBgImage.vue

+ 1 - 1
components/kaifain/ChangeBgImage.vue

@@ -87,7 +87,7 @@ export default {
     checkVip() {
       let {is_vip, vip_type_id} = this.$store.state.userinfo || {}
       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() {