feat: 屏蔽积分

This commit is contained in:
2026-03-11 09:58:47 +08:00
parent e92dcc19db
commit 910d93483d
4 changed files with 34 additions and 11 deletions
+3
View File
@@ -524,6 +524,9 @@ export default {
if (result && result.bizcode === 100) {
const data = result.data;
this.currentUserData = result.data || {};
if(!this.currentUserData?.isNewUser){
this.applyList = this.applyList.filter((item) => item.id !== 5);
}
}
},
jumpToTrustBridge() {