|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
<view class="page"> |
|
|
|
|
<view class="form"> |
|
|
|
|
<view class="form {{userInfo.RelationType == 2 && 'form-family'}}"> |
|
|
|
|
<view class="row"> |
|
|
|
|
<view class="label">我的姓名</view> |
|
|
|
|
<view class="label">{{userInfo.RelationType == 1 ? '我的' : '亲友'}}姓名</view> |
|
|
|
|
<view class="container"> |
|
|
|
|
<input |
|
|
|
|
type="text" |
|
|
|
@ -14,7 +14,7 @@
@@ -14,7 +14,7 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="row"> |
|
|
|
|
<view class="label">出生年月</view> |
|
|
|
|
<view class="label">{{userInfo.RelationType == 1 ? '' : '亲友'}}出生年月</view> |
|
|
|
|
<view class="container"> |
|
|
|
|
<picker class="picker" mode="date" model:value="{{birthMonth}}" fields="month" bind:change="handleUpdate"> |
|
|
|
|
<view class="picker-content"> |
|
|
|
@ -24,7 +24,7 @@
@@ -24,7 +24,7 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="row"> |
|
|
|
|
<view class="label">所在地</view> |
|
|
|
|
<view class="label">{{userInfo.RelationType == 1 ? '' : '亲友'}}所在地</view> |
|
|
|
|
<view class="container"> |
|
|
|
|
<pickerArea class="picker-area" value="{{cityId}}" level="{{2}}" bind:change="handleAreaChange"> |
|
|
|
|
<view class="picker-content"> |
|
|
|
|