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