|
@ -212,7 +212,7 @@ function expert(key, subject, industry, province, address, authentication, pageS
|
212
|
212
|
}, 1000);
|
213
|
213
|
}
|
214
|
214
|
if(data.success && data.data.data != '') {
|
215
|
|
mui('#pullup-container').pullRefresh().enablePullupToRefresh();//启用上拉刷新
|
|
215
|
//mui('#pullup-container').pullRefresh().enablePullupToRefresh();//启用上拉刷新
|
216
|
216
|
nodatabox.style.display = 'none';
|
217
|
217
|
var datalist = data.data.data;
|
218
|
218
|
console.log(data.data.total)
|
|
@ -261,7 +261,7 @@ function expert(key, subject, industry, province, address, authentication, pageS
|
261
|
261
|
}, 1000);
|
262
|
262
|
}
|
263
|
263
|
if(data.success && data.data.data != '') {
|
264
|
|
mui('#pullup-container').pullRefresh().enablePullupToRefresh();//启用上拉刷新
|
|
264
|
//mui('#pullup-container').pullRefresh().enablePullupToRefresh();//启用上拉刷新
|
265
|
265
|
console.log(data.data.total)
|
266
|
266
|
nodatabox.style.display = 'none';
|
267
|
267
|
var datalist = data.data.data;
|