提交 b920f38db9eba8b24db75f279af8f24ef80201d4

作者 wangyu
1 个父辈 66310122

优化

... ... @@ -243,7 +243,7 @@
243 243 </view>
244 244 <view style='height:90rpx;width:100%;clear:both;'>
245 245 <text class='text_left'>是否本人借款</text>
246   - <text class='text_right_333'>{{datas.certification_type}}</text>
  246 + <text class='text_right_333'>{{datas.loan_by_self=='y'?"是":"否"}}</text>
247 247 </view>
248 248 </view>
249 249
... ...
... ... @@ -210,7 +210,10 @@ Page({
210 210 }
211 211 if (newdata[i].rent_end) {
212 212 newdata[i].rent_end = this.formatDate(newdata[i].rent_end)
213   - }
  213 + }
  214 + if (newdata[i].loan_start) {
  215 + newdata[i].loan_start = this.formatDate(newdata[i].loan_start)
  216 + }
214 217
215 218 newdata[i].children_id_card_no = this.formatIdNum(newdata[i].children_id_card_no)
216 219 newdata[i].spouse_id_card_no = this.formatIdNum(newdata[i].spouse_id_card_no)
... ...
... ... @@ -9,6 +9,7 @@
9 9 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
10 10 <text class='text_999_30 float_right' style='line-height:100rpx'>年度</text>
11 11 </view>
  12 + <!-- 12.22 更新为不可选择(去掉点击事件) -->
12 13 <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' wx:elif="{{cur_status!='continuing_education'&&cur_status!='support_duty'}}">
13 14 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
14 15 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
... ...
1 1 <!--pages/main/guide/guide.wxml-->
2 2
3   -<view class='page'>
  3 +<view class=''>
4 4 <scroll-view>
5 5 <view class="bg_wrap">
6 6
... ... @@ -26,7 +26,7 @@
26 26 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
27 27 </view>
28 28
29   - <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goAdvancePayment'>
  29 + <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goAdvancePayment'>
30 30 <image class="icon_wrap" src="/images/advance_payment.png"></image>
31 31 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
32 32 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'>
... ... @@ -34,9 +34,9 @@
34 34 <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看本人的个税扣缴明细</text>
35 35 </view>
36 36 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
37   - </view>
  37 + </view> -->
38 38
39   - <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goFinalPayment'>
  39 + <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='goFinalPayment'>
40 40 <image class="icon_wrap" src="/images/final_payment.png"></image>
41 41 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
42 42 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'>
... ... @@ -44,7 +44,7 @@
44 44 <text style='font-size:28rpx;color: #999;margin-top:6rpx'>查看个人年度税收信息,年度汇算清缴</text>
45 45 </view>
46 46 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
47   - </view>
  47 + </view> -->
48 48
49 49 <!-- <view class='card_rectangle_bg_row' style='margin-top:30rpx;padding:30rpx' bindtap='gotaxCalculate'>
50 50 <image class="icon_wrap" src="/images/tax_calculate.png"></image>
... ... @@ -58,6 +58,6 @@
58 58 </view>
59 59 </scroll-view>
60 60
61   - <image class='chat-img' bindtap='gochat' src='/images/icon_chat.png'></image>
  61 + <!-- <image class='chat-img' bindtap='gochat' src='/images/icon_chat.png'></image> -->
62 62
63 63 </view>
\ No newline at end of file
... ...
注册登录 后发表评论