提交 82b0296bb917fadf15d3d2ae291bbf2f8b0fbed5

作者 wangyu
1 个父辈 df1ed25d

优化(释放立即申报点击事件的相关限制)

... ... @@ -8,7 +8,6 @@ Page({
8 8 * Page initial data
9 9 */
10 10 data: {
11   - datas02: ["子女教育", "继续教育", "赡养老人", "大病医疗"],
12 11 additiontitle: {
13 12 "children_education": "子女教育",
14 13 "continuing_education": "继续教育",
... ...
... ... @@ -5,10 +5,9 @@
5 5 <view wx:for="{{additionlist}}" wx:key="" style='display:flex;flex-direction:column' wx:for-index="idx01">
6 6 <view style='margin:30rpx 44rpx;float:left;display:flex;flex-direction:column'>
7 7 <text class=' text_333_40 float_left'>{{item.legal_entity}}</text>
8   - <view wx:if="{{item.status=='to_declare'&&item.addition_items.length<1}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' >
9   - <!-- <text class='text_godeclare_wrap '> -->
  8 + <!-- <view wx:if="{{item.status=='to_declare'&&item.addition_items.length<1}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' > -->
  9 + <view wx:if="{{item.status=='to_declare'}}" class='view_godeclare_wrap' bindtap='godeclare' id='{{idx01}}' >
10 10 立即申报
11   - <!-- </text> -->
12 11 </view>
13 12 </view>
14 13 <view wx:if="{{item.addition_items&&item.addition_items.length>0}}">
... ...
注册登录 后发表评论