feat: add avatar modification limit display

This commit is contained in:
2026-04-09 16:48:50 +08:00
parent cc93fb03b0
commit 7552f9946b
3 changed files with 42 additions and 2 deletions

View File

@@ -93,6 +93,15 @@ Page({
});
},
// 没有修改次数时点击头像
onAvatarNoCount() {
wx.showToast({
title: '本年度修改头像次数已用完',
icon: 'none',
duration: 2000
});
},
// 修改昵称
onNicknameChange(e) {
let newName = e.detail.value;