@@ -282,7 +282,7 @@
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
- // z-index: 1000;
+ z-index: 1000;
display: flex;
align-items: flex-end;
}
@@ -344,13 +344,13 @@
align-items: center;
justify-content: center;
font-size: 32rpx;
- color: #999999;
+ color: #333333;
text-align: center;
.picker-item-selected {
- color: #2652C2 !important;
- font-weight: 500;
+ color: #007AFF !important;
+ font-weight: 600;
.picker-footer {
@@ -272,7 +272,7 @@
// 根据字段类型跳转到不同的编辑页面
if (field === 'name') {
// 跳转到姓名编辑页面
- const currentName = this.user.nickName || this.user.userName || ''
+ const currentName = this.user.name
const userId = this.user.id || 1
this.$tab.navigateTo(`/pages/mine/info/name?name=${encodeURIComponent(currentName)}&userId=${userId}`)
} else if (field === 'accountBlurb') {