Commit ced869190f0bc22eb66a2a8c59ec2dc208ae2404

Authored by wuxuehong
1 parent 45a972c009

儿童检查录入:胸围取消掉

Showing 1 changed file with 2 additions and 2 deletions

littleApp_child/pages/checkupInput/checkupInput.wxml View file @ ced8691
... ... @@ -31,7 +31,7 @@
31 31 <text style="vertical-align:middle"> cm</text>
32 32 </view>
33 33 </view>
34   - <view class="section">
  34 + <view class="section" wx:if="{{false}}">
35 35 <text class="section__title">胸围</text>
36 36 <view class="input-box">
37 37 <input bindinput="inputbust" value="{{chestw}}" class="input" maxlength="5" type="digit" />
... ... @@ -234,7 +234,7 @@
234 234 <text class="key">头围:</text>
235 235 <text class="value">{{item.headWidth}}</text>
236 236 </view>
237   - <view class="line">
  237 + <view class="line" wx:if="{{false}}">
238 238 <text class="key">胸围:</text>
239 239 <text class="value">{{item.bust}}</text>
240 240 </view>