Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-30 09:53:14 | 2 | * @Date: 2022-09-30 09:53:14 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-03 11:03:49 | 4 | + * @LastEditTime: 2022-11-03 14:31:02 |
| 5 | * @FilePath: /swx/src/pages/editInfo/index.vue | 5 | * @FilePath: /swx/src/pages/editInfo/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,7 @@ |
| 60 | <view style="margin-right: 0; margin-top: 0.5rem;"><van-icon @tap="show_type_popup=true" :name="icon_sel" color="" /></view> | 60 | <view style="margin-right: 0; margin-top: 0.5rem;"><van-icon @tap="show_type_popup=true" :name="icon_sel" color="" /></view> |
| 61 | </view> | 61 | </view> |
| 62 | </view> | 62 | </view> |
| 63 | - <view v-if="role === 'volunteer'" class="at-input" style="margin-right: 1rem;"> | 63 | + <view v-if="role === 'player'" class="at-input" style="margin-right: 1rem;"> |
| 64 | <view class="at-input__container"> | 64 | <view class="at-input__container"> |
| 65 | <label class="h5-label at-input__title at-input__title">陪伴者</label> | 65 | <label class="h5-label at-input__title at-input__title">陪伴者</label> |
| 66 | <input @tap="show_partner_popup=true" class="h5-input at-input__input" placeholder-class="placeholder" :value="user_partner.text" placeholder="请选择跟踪人" :disabled="true"/> | 66 | <input @tap="show_partner_popup=true" class="h5-input at-input__input" placeholder-class="placeholder" :value="user_partner.text" placeholder="请选择跟踪人" :disabled="true"/> | ... | ... |
-
Please register or login to post a comment