!110 Fix background vip request error and cause other problems
* Fix background vip request error and cause other problems
This commit is contained in:
parent
39d8d85425
commit
b320aab6b6
|
|
@ -145,7 +145,7 @@ export default {
|
|||
setVipUi(data)
|
||||
|
||||
function setVipUi(data) {
|
||||
if (data.vip) {
|
||||
if (data && data.vip) {
|
||||
$('.vip-serve').addClass('active');
|
||||
|
||||
if (data.expiring) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue