提交
This commit is contained in:
@@ -39,10 +39,12 @@ function bf_list() {
|
||||
wh_topicd = 'top'
|
||||
var st_top_tit = "";
|
||||
var st_top_con = "";
|
||||
|
||||
var forLength = arr_topic[i].title == "Diseases"?10:5
|
||||
if (wh_number == '1') {
|
||||
|
||||
for (var j = 0; j < arr_topic[i].children.length; j++) {
|
||||
if (j == 5) break;
|
||||
|
||||
if (j == forLength) break;
|
||||
var url_href = '';
|
||||
if (arr_topic[i].children[j].is_final == '1') {
|
||||
url_href = 'topic_list.html?J_num=' + Jour_num + '&t_id='
|
||||
@@ -55,7 +57,7 @@ function bf_list() {
|
||||
}
|
||||
} else {
|
||||
for (var j = 0; j < arr_topic[i].children.length; j++) {
|
||||
if (j == 5) break;
|
||||
if (j == forLength) break;
|
||||
var url_href = '';
|
||||
if (arr_topic[i].children[j].is_final == '1') {
|
||||
url_href = 'topic_list.html?J_num=' + Jour_num + '&t_id='
|
||||
|
||||
Reference in New Issue
Block a user