喜喜页面的个人画像。
This commit is contained in:
@@ -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'
|
||||
});
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user