正在显示
3 个修改的文件
包含
13 行增加
和
13 行删除
... | ... | @@ -125,8 +125,8 @@ App({ |
125 | 125 | // baseUrl: "http://47.96.75.229:20000/", |
126 | 126 | // baseUrl: "http://192.144.144.220:20000/", |
127 | 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 | 130 | OSSUrl: "",//"https://oss.workai.com.cn/", |
131 | 131 | userInfo: null, |
132 | 132 | hasLogin: false, |
... | ... |
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | <view wx:for="{{additionInfo}}"> |
92 | 92 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}"> |
93 | 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 | 95 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
96 | 96 | <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
97 | 97 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
... | ... | @@ -103,15 +103,15 @@ |
103 | 103 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type}}</text> |
104 | 104 | </view> --> |
105 | 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 | 107 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_period}}</text> |
108 | 108 | </view> |
109 | 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 | 111 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text> |
112 | 112 | </view> |
113 | 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 | 115 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text> |
116 | 116 | </view> |
117 | 117 | <view style='height:70rpx'> |
... | ... | @@ -127,7 +127,7 @@ |
127 | 127 | </view> |
128 | 128 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type=='profession'||item.education_type=='major'}}"> |
129 | 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 | 131 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
132 | 132 | <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
133 | 133 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
... | ... | @@ -139,7 +139,7 @@ |
139 | 139 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='title'?"学历教育":"非学历教育"}}</text> |
140 | 140 | </view> --> |
141 | 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 | 143 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='major'?"专业技术人员职业资格":"技能人员职业资格"}}</text> |
144 | 144 | </view> |
145 | 145 | <view style='height:70rpx'> |
... | ... |
... | ... | @@ -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 | ||
... | ... |
请
注册
或
登录
后发表评论