正在显示
4 个修改的文件
包含
11 行增加
和
10 行删除
... | ... | @@ -544,7 +544,7 @@ Page({ |
544 | 544 | commonbirthDate: commonbirth_date |
545 | 545 | }) |
546 | 546 | } else if ("support_duty" == options.status) { |
547 | - deduction_amount = frontPage.data.reduce_amount | |
547 | + deduction_amount = parseFloat(frontPage.data.reduce_amount) | |
548 | 548 | this.supporttype = frontPage.data.issinglechildData.selected == '是' ? 'D' : 'S',//是否独生 |
549 | 549 | this.is_single = frontPage.data.issinglechildData.selected == '是' ? 'y' : 'n',//是否独生 |
550 | 550 | this.share_method = frontPage.data.shareMethodData.selected | ... | ... |
... | ... | @@ -28,12 +28,14 @@ Page({ |
28 | 28 | disable_change: '', |
29 | 29 | status: "support_duty", |
30 | 30 | sureid: false |
31 | - }, { | |
32 | - message: '大病医疗', | |
33 | - disable_change: '', | |
34 | - status: "medical_fund", | |
35 | - sureid: false | |
36 | - }, { | |
31 | + }, | |
32 | + // { | |
33 | + // message: '大病医疗', | |
34 | + // disable_change: '', | |
35 | + // status: "medical_fund", | |
36 | + // sureid: false | |
37 | + // }, | |
38 | + { | |
37 | 39 | message: '住房', |
38 | 40 | sureid: false, |
39 | 41 | disable_change: '', | ... | ... |
... | ... | @@ -18,9 +18,8 @@ |
18 | 18 | </view> |
19 | 19 | <text class="{{selectIndex[index].sureid?'select_blue_28':'select_666_28'}}" style='line-height:80rpx;margin-left: 34rpx;'>{{item.message}}</text> |
20 | 20 | </view> |
21 | - | |
22 | 21 | </view> |
23 | - <view wx:if="{{selectIndex[4].sureid}}" style='background: #F1FAFD;height:62rpx;position: relative;display: flex;justify-content:center'> | |
22 | + <view wx:if="{{selectIndex[selectIndex.length-1].sureid}}" style='background: #F1FAFD;height:62rpx;position: relative;display: flex;justify-content:center'> | |
24 | 23 | <view bindtap='housing01'> |
25 | 24 | <view class='float_left'> |
26 | 25 | <image class='single-img' src="{{flag_housing01? '/images/selected02.png' : '/images/unselected02.png'}}" style='margin-top:16rpx'></image> | ... | ... |
... | ... | @@ -256,7 +256,7 @@ |
256 | 256 | 添加 |
257 | 257 | </view> |
258 | 258 | </view> --> |
259 | - <view style='margin-left:30rpx' wx:if="{{!item.co_supporters||item.co_supporters.length<1}}"> | |
259 | + <view style='margin-left:30rpx' wx:if="{{issinglechildData.selected=='否'&&(!item.co_supporters||item.co_supporters.length<1)}}"> | |
260 | 260 | <text class='text_999_28'>您还没有添加继续共同赡养人,</text> |
261 | 261 | <text class='text_blue_28' bindtap='goaddSupporter'>请添加</text> |
262 | 262 | </view> | ... | ... |
请
注册
或
登录
后发表评论