home.wxml 2.7 KB
<!--pages/main/addtionalreduce/home.wxml-->
<view class='page'>

  <view style='margin-bottom:30rpxbackground:#fff'>
    <view wx:for="{{datas}}" wx:key="" style='display:flex;flex-direction:column'>
      <view style='margin:30rpx 44rpx;float:left;display:flex;flex-direction:column'>
        <text class=' text_333_40  float_left'>北京小爱智能科技</text>
        <view wx:if="{{!true}}" class='view_godeclare_wrap '>
          <text class='text_godeclare_wrap '>立即申报</text>
        </view>
      </view>
      <view wx:if="{{true}}">
        <block wx:for="{{datas02}}" wx:key="">
          <view hidden="{{false}}">
            <view class='divide_line' style='margin:0 50rpx'></view>
            <view style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
              <view style='height:40rpx'>
                <text class='text_333_32 float_left' wx:if="true">住房</text>
                <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
                <text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{index}}'>查看</text>
              </view>
              <view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
                <view class='float_left' style='flex:1'>
                  <text class='text_999_24 '>扣除方式</text>
                  <text class='text_gray_28' style='margin-left:20rpx'>年度</text>
                </view>
                <view class='float_right' style='flex:1'>
                  <text class='text_999_24 '>可扣除金额</text>
                  <text class='text_orange_28 ' style='margin-left:20rpx'>¥12000/年</text>
                </view>
              </view>

              <!-- <view>
                  <text class='text_666_30 float_left ' wx:if="datas02[index].message!='住房 '">{{datas02[index].message}}</text>
                  <text class='text_666_30 float_left ' wx:if="datas02[index].message=='住房 '">{{datas02[index].extra_message}}</text>
                  <text wx:if="{{datas02[index].message!='大病医疗 '}}" class='text_blue_28 float_right ' bindtap='lookandadd ' id='{{index}} '>查看并调整</text>
                  <text wx:else class='text_blue_28 float_right ' bindtap='lookandadd ' id='{{index}} '>提交抵扣凭据</text>
                </view>
                <view style='margin-top:20rpx '>
                  <text class='text_gray_22 float_left '>累计已使用额度:4890.00</text>
                  <text class='text_gray_22 float_right '>本月可用额度:12810.00</text>
                </view> -->
            </view>
          </view>
        </block>
      </view>
      <view style='width:100%;height:20rpx;background:#F5F5F5'></view>
    </view>
  </view>


</view>