提交 f91b90d2e1387d8293f04f30e924dd5d9c083fe8

作者 wangyu
1 个父辈 9d4762b8

优化

@@ -8,7 +8,7 @@ Page({ @@ -8,7 +8,7 @@ Page({
8 * Page initial data 8 * Page initial data
9 */ 9 */
10 data: { 10 data: {
11 - additiondata:{} 11 + additiondata: {}
12 }, 12 },
13 13
14 /** 14 /**
@@ -4,11 +4,11 @@ @@ -4,11 +4,11 @@
4 4
5 <view wx:if="{{additiondata.options&&additiondata.options.length>0}}"> 5 <view wx:if="{{additiondata.options&&additiondata.options.length>0}}">
6 <block wx:for="{{additiondata.options}}" wx:key="" wx:for-item="item" wx:for-index="idx" > 6 <block wx:for="{{additiondata.options}}" wx:key="" wx:for-item="item" wx:for-index="idx" >
7 - <view wx:if="{{item=='children_education'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '> 7 + <view wx:if="{{item=='children_education'}}" style='margin:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
8 <view style='height:40rpx'> 8 <view style='height:40rpx'>
9 <text class='text_333_32 float_left'>子女教育</text> 9 <text class='text_333_32 float_left'>子女教育</text>
10 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image> 10 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
11 - <text class='text_999_28' style='float:right' bindtap='lookandadd' id='{{idx}}'>查看</text> 11 + <text class='text_999_28' style='float:right' >查看</text>
12 </view> 12 </view>
13 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '> 13 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
14 <view class='float_left' style='flex:1'> 14 <view class='float_left' style='flex:1'>
@@ -21,12 +21,11 @@ @@ -21,12 +21,11 @@
21 </view> 21 </view>
22 </view> 22 </view>
23 </view> 23 </view>
24 - <view class='divide_line_f5f5f5' style='margin-left: 30rpx;margin-right: 30rpx'></view>  
25 - <view wx:if="{{item=='continuing_education'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '> 24 + <view wx:if="{{item=='continuing_education'}}" style='margin:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
26 <view style='height:40rpx'> 25 <view style='height:40rpx'>
27 <text class='text_333_32 float_left'>继续教育</text> 26 <text class='text_333_32 float_left'>继续教育</text>
28 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image> 27 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
29 - <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text> 28 + <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
30 </view> 29 </view>
31 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '> 30 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
32 <view class='float_left' style='flex:1'> 31 <view class='float_left' style='flex:1'>
@@ -67,11 +66,11 @@ @@ -67,11 +66,11 @@
67 </view> 66 </view>
68 </view> --> 67 </view> -->
69 </view> 68 </view>
70 - <view wx:if="{{item=='medical_fund'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column'> 69 + <view wx:if="{{item=='medical_fund'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column' bindtap='lookandadd' id='{{idx}}'>
71 <view style='height:40rpx'> 70 <view style='height:40rpx'>
72 <text class='text_333_32 float_left'>大病医疗</text> 71 <text class='text_333_32 float_left'>大病医疗</text>
73 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image> 72 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
74 - <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text> 73 + <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
75 </view> 74 </view>
76 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '> 75 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
77 <view class='float_left' style='flex:1'> 76 <view class='float_left' style='flex:1'>
@@ -84,11 +83,11 @@ @@ -84,11 +83,11 @@
84 </view> 83 </view>
85 </view> 84 </view>
86 </view> 85 </view>
87 - <view wx:if="{{item=='support_duty'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '> 86 + <view wx:if="{{item=='support_duty'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
88 <view style='height:40rpx'> 87 <view style='height:40rpx'>
89 <text class='text_333_32 float_left'>赡养老人</text> 88 <text class='text_333_32 float_left'>赡养老人</text>
90 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image> 89 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
91 - <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text> 90 + <text class='text_999_28' style='margin-bottom:8rpx;float:right' >查看</text>
92 </view> 91 </view>
93 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '> 92 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
94 <view class='float_left' style='flex:1'> 93 <view class='float_left' style='flex:1'>
@@ -101,11 +100,11 @@ @@ -101,11 +100,11 @@
101 </view> 100 </view>
102 </view> 101 </view>
103 </view> 102 </view>
104 - <view wx:if="{{item=='house_fund_rent'||item=='house_fund_loan'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '> 103 + <view wx:if="{{item=='house_fund_rent'||item=='house_fund_loan'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
105 <view style='height:40rpx'> 104 <view style='height:40rpx'>
106 <text class='text_333_32 float_left'>住房</text> 105 <text class='text_333_32 float_left'>住房</text>
107 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image> 106 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
108 - <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text> 107 + <text class='text_999_28' style='margin-bottom:8rpx;float:right' >查看</text>
109 </view> 108 </view>
110 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '> 109 <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
111 <view class='float_left' style='flex:1'> 110 <view class='float_left' style='flex:1'>
@@ -118,6 +117,7 @@ @@ -118,6 +117,7 @@
118 </view> 117 </view>
119 </view> 118 </view>
120 </view> 119 </view>
  120 + <view style='margin: 0 30rpx;height:1px;background:#f5f5f5'></view>
121 </block> 121 </block>
122 </view> 122 </view>
123 123
注册登录 后发表评论