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 |
...
|
...
|
|