浏览代码

教育背景

jack 7 年之前
父节点
当前提交
059647d924
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/js/userInforShow-more.js

+ 1 - 2
app/js/userInforShow-more.js

95
							}
95
							}
96
							var arrq = [];
96
							var arrq = [];
97
							if(obj.data[i].degree) {
97
							if(obj.data[i].degree) {
98
								arrq.push(oDe[obj.data[i].degree]);
98
								arrq.push(obj.data[i].degree);
99
							}
99
							}
100
							if(obj.data[i].major) {
100
							if(obj.data[i].major) {
101
								arrq.push(obj.data[i].major);
101
								arrq.push(obj.data[i].major);
125
				timeout: 10000, //超时设置
125
				timeout: 10000, //超时设置
126
				success: function(data) {
126
				success: function(data) {
127
					if(data.success) {
127
					if(data.success) {
128
						console.log(JSON.stringify(data))
129
						plus.nativeUI.closeWaiting();
128
						plus.nativeUI.closeWaiting();
130
						plus.webview.currentWebview().show("slide-in-right", 150);
129
						plus.webview.currentWebview().show("slide-in-right", 150);
131
						var $data = data.data;
130
						var $data = data.data;