2 Комити 470e2beb76 ... ca1f93c76e

Аутор SHA1 Порука Датум
  sunshibo ca1f93c76e Merge branch 'dev' of http://8.152.195.41:3000/alien/group_lawyer_app into dev пре 4 недеља
  sunshibo e723d9c245 修改样式 пре 4 недеља
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 4 4
      pages/mine/info/components/practice-time-picker.vue
  2. 1 1
      pages/mine/info/index.vue

+ 4 - 4
pages/mine/info/components/practice-time-picker.vue

@@ -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 {

+ 1 - 1
pages/mine/info/index.vue

@@ -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') {