Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-03 14:32:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04981c6d900863548e419bc6378fe6c52e05f2e5
04981c6d
1 parent
3fcdf469
fix 编辑个人信息显示字段逻辑调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/editInfo/index.vue
src/pages/editInfo/index.vue
View file @
04981c6
<!--
* @Date: 2022-09-30 09:53:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-03 1
1:03:49
* @LastEditTime: 2022-11-03 1
4: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 === '
volunte
er'" class="at-input" style="margin-right: 1rem;">
<view v-if="role === '
play
er'" 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"/>
...
...
Please
register
or
login
to post a comment