正在显示
2 个修改的文件
包含
7 行增加
和
7 行删除
... | ... | @@ -30,12 +30,12 @@ Page({ |
30 | 30 | status: "support_duty", |
31 | 31 | sureid: false |
32 | 32 | }, |
33 | - { | |
34 | - message: '大病医疗', | |
35 | - disable_change: '', | |
36 | - status: "medical_fund", | |
37 | - sureid: false | |
38 | - }, | |
33 | + // { | |
34 | + // message: '大病医疗', | |
35 | + // disable_change: '', | |
36 | + // status: "medical_fund", | |
37 | + // sureid: false | |
38 | + // }, | |
39 | 39 | { |
40 | 40 | message: '住房', |
41 | 41 | sureid: false, | ... | ... |
... | ... | @@ -19,7 +19,7 @@ |
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 | 21 | </view> |
22 | - <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'> | |
23 | 23 | <view bindtap='housing01'> |
24 | 24 | <view class='float_left'> |
25 | 25 | <image class='single-img' src="{{flag_housing01? '/images/selected02.png' : '/images/unselected02.png'}}" style='margin-top:16rpx'></image> | ... | ... |
请
注册
或
登录
后发表评论