|
@ -200,12 +200,12 @@ mui(".yyhy").on('tap', 'a', function() {
|
200
|
200
|
}
|
201
|
201
|
plus.nativeUI.showWaiting();
|
202
|
202
|
mui('.mui-popover').popover('hide');
|
203
|
|
console.log(key);
|
|
203
|
/*console.log(key);
|
204
|
204
|
console.log(subject);
|
205
|
205
|
console.log(industry);
|
206
|
206
|
console.log(address);
|
207
|
207
|
console.log(province);
|
208
|
|
console.log(authentication);
|
|
208
|
console.log(authentication);*/
|
209
|
209
|
expert(key, subject, industry, province, address, authentication, 10, 1);
|
210
|
210
|
});
|
211
|
211
|
|
|
@ -253,7 +253,7 @@ function expert(key, subject, industry, province, address, authentication, pageS
|
253
|
253
|
success: function(data) {
|
254
|
254
|
table.innerHTML = '';
|
255
|
255
|
plus.nativeUI.closeWaiting();
|
256
|
|
plus.webview.currentWebview().show();
|
|
256
|
plus.webview.currentWebview().show("slide-in-right",150);
|
257
|
257
|
if(data.success && data.data.data != '') {
|
258
|
258
|
var datalist = data.data.data;
|
259
|
259
|
console.log(data.data.total)
|
|
@ -286,7 +286,7 @@ function expert(key, subject, industry, province, address, authentication, pageS
|
286
|
286
|
success: function(data) {
|
287
|
287
|
table.innerHTML = '';
|
288
|
288
|
plus.nativeUI.closeWaiting();
|
289
|
|
plus.webview.currentWebview().show();
|
|
289
|
plus.webview.currentWebview().show("slide-in-right",150);
|
290
|
290
|
if(data.success && data.data.data != '') {
|
291
|
291
|
var datalist = data.data.data;
|
292
|
292
|
resourcesEach(datalist);
|