jack vor 7 Jahren
Ursprung
Commit
127f543069
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      app/js/userInforUpdate.js

+ 8 - 0
app/js/userInforUpdate.js

@ -167,6 +167,8 @@ mui.ready(function() {
167 167
								flag: 1
168 168
							});
169 169
							prose.projects=$data.projects;
170
						}else{
171
							document.getElementById('projectExperience').innerHTML="";
170 172
						}
171 173
						//工作经历
172 174
						if($data.jobs.length) {
@ -175,6 +177,8 @@ mui.ready(function() {
175 177
								selector: 'soJob',
176 178
								flag: 2
177 179
							});
180
						}else{
181
							document.getElementById('soJob').innerHTML="";
178 182
						}
179 183
						//荣誉奖项
180 184
						if($data.honors.length) {
@ -183,6 +187,8 @@ mui.ready(function() {
183 187
								selector: 'honor',
184 188
								flag: 1
185 189
							});
190
						}else{
191
							document.getElementById('honor').innerHTML="";
186 192
						}
187 193
						//教育背景
188 194
						if($data.edus.length) {
@ -191,6 +197,8 @@ mui.ready(function() {
191 197
								selector: 'education',
192 198
								flag: 2
193 199
							});
200
						}else{
201
							document.getElementById('education').innerHTML="";
194 202
						}
195 203
					}
196 204
				},