zhengkaixin 3 سال پیش
والد
کامیت
1f3dc3e043
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      pages/index/index.vue
  2. 2 2
      pagesB/pages/login/step1.vue

+ 1 - 1
pages/index/index.vue

@@ -38,7 +38,7 @@
 						<u-icon custom-prefix="custom-icon" :name="(item.gender?'women-line':'men-line')" :color="item.gender?'#FF695B':'#1677FF'"></u-icon>
 					</view>
 					<view class="homeUser-info">
-						{{item.age}}岁 · {{item.height}}cm {{item.weight?'· '+item.weight+'kg':''}}
+						{{item.age}}岁 {{item.height?'· '+item.height+'cm':''}} {{item.weight?'· '+item.weight+'kg':''}}
 					</view>
 				</view>
 				<u-image class="homeUser-img" :src="item.faceImage+'?x-oss-process=image/resize,m_fill,w_256,h_256'" height="330" mode="aspectFill"></u-image>

+ 2 - 2
pagesB/pages/login/step1.vue

@@ -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;">