|
@@ -13,7 +13,7 @@
|
|
|
<span>*</span>
|
|
|
<p>为必填项,注明保密项的为不对外公开信息</p>
|
|
|
</view>
|
|
|
- <view class="jpLogin-sex">
|
|
|
+ <view class="jpLogin-sex" v-show="false">
|
|
|
<view class="jpLogin-sex-item">
|
|
|
<u-image class="newsList-img" :src="form.sex == 'male'? '/static/img/sexMan.png':'/static/img/sexMan2.png'" height="200" width="200" border-radius="10" @click="changeSex('male')"></u-image>
|
|
|
<!-- <u-image class="newsList-img" v-show="form.sex!='male'" src="" height="200" width="200" border-radius="10" @click="changeSex('male')" ></u-image> -->
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="form-tit">
|
|
|
+ <view class="form-tit" v-show="false">
|
|
|
<p>注册完成,你的性别就不能修改了哦~</p>
|
|
|
</view>
|
|
|
<view class="form-tit" style="margin-top: 36px;">
|