喜喜页面的个人画像。

This commit is contained in:
zhonghua.li
2026-04-06 09:19:29 +08:00
parent b768d52f4b
commit 1dd87b4283
2 changed files with 431 additions and 20 deletions

View File

@@ -406,7 +406,7 @@
})
},
tapGrid(index) {
// 前三个仍然是示例功能,点击后提示;第四个是“修改密码
// 前三个为统计展示,点击无操作;第四个为「修改密码
if (index === 3) {
if (!this.hasLogin) {
return uni.showToast({
@@ -415,11 +415,6 @@
})
}
this.openChangePasswordDialog()
} else {
uni.showToast({
title: this.$t('mine.clicked') + " " + (index + 1),
icon: 'none'
});
}
},
/**