正在显示
2 个修改的文件
包含
2 行增加
和
3 行删除
... | ... | @@ -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"> | ... | ... |
请
注册
或
登录
后发表评论