提交 b920f38db9eba8b24db75f279af8f24ef80201d4

作者 wangyu
1 个父辈 66310122

优化

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