!110 Fix background vip request error and cause other problems

* Fix background vip request error and cause other problems
This commit is contained in:
pushuo 2023-06-01 02:14:06 +00:00 committed by Edward Yang
parent 39d8d85425
commit b320aab6b6
1 changed files with 1 additions and 1 deletions

View File

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