hookehuyr

fix 编辑个人信息显示字段逻辑调整

<!--
* @Date: 2022-09-30 09:53:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-03 11:03:49
* @LastEditTime: 2022-11-03 14:31:02
* @FilePath: /swx/src/pages/editInfo/index.vue
* @Description: 文件描述
-->
......@@ -60,7 +60,7 @@
<view style="margin-right: 0; margin-top: 0.5rem;"><van-icon @tap="show_type_popup=true" :name="icon_sel" color="" /></view>
</view>
</view>
<view v-if="role === 'volunteer'" class="at-input" style="margin-right: 1rem;">
<view v-if="role === 'player'" class="at-input" style="margin-right: 1rem;">
<view class="at-input__container">
<label class="h5-label at-input__title at-input__title">陪伴者</label>
<input @tap="show_partner_popup=true" class="h5-input at-input__input" placeholder-class="placeholder" :value="user_partner.text" placeholder="请选择跟踪人" :disabled="true"/>
......