提交 6de6b8ec5d57519bd12a8b8bb68b85a16741e55b

作者 wangyu
1 个父辈 b920f38d

优化

... ... @@ -70,31 +70,34 @@
70 70 </view>
71 71 </view>
72 72 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
73   - <view style='height:90rpx;width:100%;clear:both;'>
74   - <text class='text_left'>是否有配偶</text>
75   - <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
76   - </view>
77   - <view wx:if="{{datas.has_spouse=='y'}}">
78   - <view style='height:90rpx;width:100%;clear:both;'>
79   - <text class='text_left'>配偶姓名</text>
80   - <text class='text_right_333'>{{datas.spouse_name}}</text>
81   - </view>
82   - <view style='height:90rpx;width:100%;clear:both;'>
83   - <text class='text_left'>配偶证照类型</text>
84   - <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
85   - </view>
86   - <view style='height:90rpx;width:100%;clear:both;'>
87   - <text class='text_left'>配偶身份证照号码</text>
88   - <text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
89   - </view>
  73 + <view style='margin:30rpx'>
90 74 <view style='height:90rpx;width:100%;clear:both;'>
91   - <text class='text_left'>出生日期</text>
92   - <text class='text_right_333'>{{datas.spouse_birthday}}</text>
  75 + <text class='text_left'>是否有配偶</text>
  76 + <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
93 77 </view>
94   - <view style='height:90rpx;width:100%;clear:both;'>
95   - <text class='text_left'>国籍</text>
96   - <text class='text_right_333'>中国</text>
  78 + <view wx:if="{{datas.has_spouse=='y'}}">
  79 + <view style='height:90rpx;width:100%;clear:both;'>
  80 + <text class='text_left'>配偶姓名</text>
  81 + <text class='text_right_333'>{{datas.spouse_name}}</text>
  82 + </view>
  83 + <view style='height:90rpx;width:100%;clear:both;'>
  84 + <text class='text_left'>配偶证照类型</text>
  85 + <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
  86 + </view>
  87 + <view style='height:90rpx;width:100%;clear:both;'>
  88 + <text class='text_left'>配偶身份证照号码</text>
  89 + <text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
  90 + </view>
  91 + <view style='height:90rpx;width:100%;clear:both;'>
  92 + <text class='text_left'>出生日期</text>
  93 + <text class='text_right_333'>{{datas.spouse_birthday}}</text>
  94 + </view>
  95 + <view style='height:90rpx;width:100%;clear:both;'>
  96 + <text class='text_left'>国籍</text>
  97 + <text class='text_right_333'>中国</text>
  98 + </view>
97 99 </view>
  100 +
98 101 </view>
99 102
100 103 </view>
... ...
... ... @@ -5,16 +5,20 @@
5 5 <view style='display:flex;flex-direction:column;margin-bottom:140rpx;'>
6 6 <image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showModalImg'></image>
7 7
  8 + <view style='height:100rpx;padding:0 30rpx;background:#FFF' wx:if="{{cur_status=='children_education'||cur_status=='house_fund'}}">
  9 + <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
  10 + <text class='text_999_30 float_right' style='line-height:100rpx'>月度</text>
  11 + </view>
8 12 <view style='height:100rpx;padding:0 30rpx;background:#FFF' wx:if="{{cur_status=='medical_fund'}}">
9 13 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
10 14 <text class='text_999_30 float_right' style='line-height:100rpx'>年度</text>
11 15 </view>
12 16 <!-- 12.22 更新为不可选择(去掉点击事件) -->
13   - <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' wx:elif="{{cur_status!='continuing_education'&&cur_status!='support_duty'}}">
  17 + <!-- <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' wx:elif="{{cur_status!='continuing_education'&&cur_status!='support_duty'}}">
14 18 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
15 19 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
16 20 <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text>
17   - </view>
  21 + </view> -->
18 22 <view wx:if="{{cur_status=='support_duty'}}" style='padding:0 30rpx;background:#FFF'>
19 23 <template is="picker_cell_normal" data="{{...issinglechildData}}" />
20 24
... ...
注册登录 后发表评论