Skip to content

Commit

Permalink
晚上第二次尝试
Browse files Browse the repository at this point in the history
  • Loading branch information
c410185 committed Dec 12, 2017
2 parents 3d95411 + 39b100d commit ba76878
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/hang.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ function MyinsertRow(tbodyname) {
}
}

MyinsertRow(s1); //插入表格
MyinsertRow(s1); //插入表格
8 changes: 8 additions & 0 deletions 瞎写.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ function getRviewHtml(recordViewVal) {
}
getRviewHtml(s[0]);
if (recordHtml) {
<<<<<<< HEAD
console.log(recordHtml)
=======
formatHtml(recordHtml)
>>>>>>> 39b100dbc593858ee07317fe628acd9de729e132
} else {
console.log('recordHtml为空')
}
Expand Down Expand Up @@ -84,6 +88,10 @@ function MyinsertRow(tbodyname) {
//在表格中插入表格,只能插入到TD标签中,不能直接插入到tr中
//为了能够在一屏内完整展示企业的详细信息,所以对企业的详情页进行了删减,同时给监管记录增加了个div,在div上实现滚动条控制详情的高度,现在只能按照DOM把详情表格中的内容一个个赋值了,不知道能不能写出来
getRviewHtml(s[i-1]);
<<<<<<< HEAD
=======
recordHtmllist[i-1] = recordHtml
>>>>>>> 39b100dbc593858ee07317fe628acd9de729e132
//console.log(recordHtml)
}
}
Expand Down

0 comments on commit ba76878

Please sign in to comment.