Browse Source

错题调整

wangxy 6 months ago
parent
commit
5bbc917966
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/common.js

+ 1 - 1
utils/common.js

@@ -57,7 +57,7 @@ export function catchError(promise) {
 export function getUserIdentity() {
 	const auth = cacheManager.get('auth');
 	if (auth) {
-		if (auth.cardList.some(item => item === auth.catdId)) {
+		if (auth.cardList.some(item => item === auth.cardId)) {
 			// VIP
 			return 'VIP'
 		}