提交 e73d00daca92e50b90cffeadad6e2d22f803ee6b

作者 wangyu
1 个父辈 5ef19e76

调整点击查看对应热区范围

... ... @@ -15,7 +15,6 @@
15 15
16 16 "pages/main/addtionalreduce/adddupporters/adddupporters",
17 17
18   -
19 18 "pages/main/addtionalreduce/additiondetail/additiondetail",
20 19 "pages/main/advancepayment/adPayHome",
21 20 "pages/main/finalpayment/home",
... ...
... ... @@ -14,12 +14,12 @@
14 14 <block wx:for="{{item.addition_items}}" wx:key="" wx:for-item="itemData" wx:for-index="idx02">
15 15 <view>
16 16 <view style='margin:0 50rpx;background:#e5e5e5;height:2rpx;'></view>
17   - <view style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
  17 + <view style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx01}}-{{idx02}}'>
18 18 <view style='height:40rpx'>
19 19 <text class='text_333_32 float_left'>{{additiontitle[itemData.addition_category]}}</text>
20 20 <text class='text_333_32 float_left' hidden="{{(itemData.addition_category=='continuing_education'||itemData.addition_category=='house_fund')||itemData.count<2}}">({{itemData.count}})</text>
21 21 <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
22   - <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx01}}-{{idx02}}'>查看</text>
  22 + <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
23 23 </view>
24 24 <view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'>
25 25 <view wx:for="{{itemData.detail_items}}" wx:key="" wx:for-item="itemtypedetail">
... ...
注册登录 后发表评论