Commit 45a972c0099fc309913a8a8c1842162c3c3fec1c

Authored by wuxuehong
1 parent 7f8a0d6707

修改

Showing 1 changed file with 2 additions and 2 deletions

littleApp_child/pages/quickArchives/quickArchives.wxml View file @ 45a972c
... ... @@ -336,8 +336,8 @@
336 336 <view class="weui-label line-tt">分娩方式</view>
337 337 </view>
338 338 <view class="weui-cell__bd">
339   - <text wx:if="{{babyInfo.fmtype===1}}">顺产</text>
340   - <text wx:if="{{babyInfo.fmtype===2}}">剖宫产</text>
  339 + <text wx:if="{{babyInfo.fmtype===1||babyInfo.fmtype==='1'}}">顺产</text>
  340 + <text wx:if="{{babyInfo.fmtype===2||babyInfo.fmtype==='2'}}">剖宫产</text>
341 341 </view>
342 342 </view>
343 343 <view class="weui-cell">