|
@@ -234,7 +234,7 @@
|
|
let post_data = {
|
|
let post_data = {
|
|
'token': $.cookie('access_token'),
|
|
'token': $.cookie('access_token'),
|
|
'page': page,
|
|
'page': page,
|
|
- 'line': 10
|
|
|
|
|
|
+ 'line': 5
|
|
};
|
|
};
|
|
$.postJSON(
|
|
$.postJSON(
|
|
http_ip_prot + 'langWord/query', JSON.stringify(post_data),
|
|
http_ip_prot + 'langWord/query', JSON.stringify(post_data),
|
|
@@ -452,7 +452,7 @@
|
|
post_data = {
|
|
post_data = {
|
|
'token': $.cookie('access_token'),
|
|
'token': $.cookie('access_token'),
|
|
'page': 1,
|
|
'page': 1,
|
|
- 'line': 10,
|
|
|
|
|
|
+ 'line': 5,
|
|
'searchKey': searchKey,
|
|
'searchKey': searchKey,
|
|
'searchVal': searchVal
|
|
'searchVal': searchVal
|
|
};
|
|
};
|
|
@@ -460,7 +460,7 @@
|
|
post_data = {
|
|
post_data = {
|
|
'token': $.cookie('access_token'),
|
|
'token': $.cookie('access_token'),
|
|
'page': 1,
|
|
'page': 1,
|
|
- 'line': 10,
|
|
|
|
|
|
+ 'line': 5,
|
|
};
|
|
};
|
|
}
|
|
}
|
|
InitIndex(post_data)
|
|
InitIndex(post_data)
|