提交 ff36a77f82390a194885ceb7139a74ab61bef844

作者 wangyu
1 个父辈 e1c704b3

优化

@@ -125,8 +125,8 @@ App({ @@ -125,8 +125,8 @@ App({
125 // baseUrl: "http://47.96.75.229:20000/", 125 // baseUrl: "http://47.96.75.229:20000/",
126 // baseUrl: "http://192.144.144.220:20000/", 126 // baseUrl: "http://192.144.144.220:20000/",
127 // baseUrl: "http://154.8.229.55:20000/", 127 // baseUrl: "http://154.8.229.55:20000/",
128 - // baseUrl: "http://47.110.158.110:20000/",  
129 - baseUrl: "https://api.workai.com.cn/", 128 + baseUrl: "http://47.110.158.110:20000/",
  129 + // baseUrl: "https://api.workai.com.cn/",
130 OSSUrl: "",//"https://oss.workai.com.cn/", 130 OSSUrl: "",//"https://oss.workai.com.cn/",
131 userInfo: null, 131 userInfo: null,
132 hasLogin: false, 132 hasLogin: false,
@@ -91,7 +91,7 @@ @@ -91,7 +91,7 @@
91 <view wx:for="{{additionInfo}}"> 91 <view wx:for="{{additionInfo}}">
92 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}"> 92 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}">
93 <view style='height:110rpx'> 93 <view style='height:110rpx'>
94 - <text class='text_gray_36' style='line-height:110rpx'>学历教育</text> 94 + <text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text>
95 <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> 95 <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
96 <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> 96 <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
97 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> 97 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
@@ -103,15 +103,15 @@ @@ -103,15 +103,15 @@
103 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type}}</text> 103 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type}}</text>
104 </view> --> 104 </view> -->
105 <view style='height:70rpx'> 105 <view style='height:70rpx'>
106 - <text class='text_999_28 ' style='line-height:70rpx'>教育阶段:</text> 106 + <text class='text_999_28 ' style='line-height:70rpx'>教育阶段:</text>
107 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_period}}</text> 107 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_period}}</text>
108 </view> 108 </view>
109 <view style='height:70rpx'> 109 <view style='height:70rpx'>
110 - <text class='text_999_28 ' style='line-height:70rpx'>入学时间起:</text> 110 + <text class='text_999_28 ' style='line-height:70rpx'>受教育日期起</text>
111 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text> 111 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
112 </view> 112 </view>
113 <view style='height:70rpx'> 113 <view style='height:70rpx'>
114 - <text class='text_999_28 ' style='line-height:70rpx'>(预计)毕业时间</text> 114 + <text class='text_999_28 ' style='line-height:70rpx'>受教育日期止</text>
115 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text> 115 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
116 </view> 116 </view>
117 <view style='height:70rpx'> 117 <view style='height:70rpx'>
@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 </view> 127 </view>
128 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type=='profession'||item.education_type=='major'}}"> 128 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type=='profession'||item.education_type=='major'}}">
129 <view style='height:110rpx'> 129 <view style='height:110rpx'>
130 - <text class='text_gray_36' style='line-height:110rpx'>非学历教育</text> 130 + <text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text>
131 <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> 131 <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
132 <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> 132 <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
133 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> 133 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
@@ -139,7 +139,7 @@ @@ -139,7 +139,7 @@
139 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='title'?"学历教育":"非学历教育"}}</text> 139 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='title'?"学历教育":"非学历教育"}}</text>
140 </view> --> 140 </view> -->
141 <view style='height:70rpx'> 141 <view style='height:70rpx'>
142 - <text class='text_999_28 ' style='line-height:70rpx'>继续教育类型:</text> 142 + <text class='text_999_28 ' style='line-height:70rpx'>教育类型:</text>
143 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='major'?"专业技术人员职业资格":"技能人员职业资格"}}</text> 143 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='major'?"专业技术人员职业资格":"技能人员职业资格"}}</text>
144 </view> 144 </view>
145 <view style='height:70rpx'> 145 <view style='height:70rpx'>
@@ -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>
注册登录 后发表评论