works well
This commit is contained in:
parent
07f629a706
commit
72c29374d9
@ -1390,16 +1390,16 @@
|
|||||||
},
|
},
|
||||||
init_hooks() {
|
init_hooks() {
|
||||||
var s, r, q, p, o, n, m = C.w()
|
var s, r, q, p, o, n, m = C.w()
|
||||||
m = H.cT(C.x, H.cT(C.y, H.cT(C.q, H.cT(C.q, H.cT(C.z, H.cT(C.A, H.cT(C.B(C.p), m)))))))
|
// m = H.cT(C.x, H.cT(C.y, H.cT(C.q, H.cT(C.q, H.cT(C.z, H.cT(C.A, H.cT(C.B(C.p), m)))))))
|
||||||
if (typeof dartNativeDispatchHooksTransformer != "undefined") {
|
// if (typeof dartNativeDispatchHooksTransformer != "undefined") {
|
||||||
s = dartNativeDispatchHooksTransformer
|
// s = dartNativeDispatchHooksTransformer
|
||||||
if (typeof s == "function") s = [s]
|
// if (typeof s == "function") s = [s]
|
||||||
if (s.constructor == Array)
|
// if (s.constructor == Array)
|
||||||
for (r = 0; r < s.length; ++r) {
|
// for (r = 0; r < s.length; ++r) {
|
||||||
q = s[r]
|
// q = s[r]
|
||||||
if (typeof q == "function") m = q(m) || m
|
// if (typeof q == "function") m = q(m) || m
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
p = m.getTag
|
p = m.getTag
|
||||||
o = m.getUnknownTag
|
o = m.getUnknownTag
|
||||||
n = m.prototypeForTag
|
n = m.prototypeForTag
|
||||||
@ -13017,23 +13017,28 @@
|
|||||||
// checkScroll = r - C.d.aI(s.scrollTop) < 50 || C.d.aI(s.scrollTop) / r > 0.95
|
// checkScroll = r - C.d.aI(s.scrollTop) < 50 || C.d.aI(s.scrollTop) / r > 0.95
|
||||||
// }
|
// }
|
||||||
if (q.cx instanceof T.RunUpdateWin) {
|
if (q.cx instanceof T.RunUpdateWin) {
|
||||||
q.fQ()
|
// q.fQ()
|
||||||
} else {
|
} else {
|
||||||
s = q.db
|
// s = q.db
|
||||||
if (s == null) {
|
// if (s == null) {
|
||||||
s = HtmlRenderer.nS("row")
|
// s = HtmlRenderer.nS("row")
|
||||||
q.db = s
|
// // q.db = s
|
||||||
// q.b.appendChild(s)
|
// // q.b.appendChild(s)
|
||||||
if (q.dx) {
|
// if (q.dx) {
|
||||||
|
// q.dx = false
|
||||||
|
// } else {
|
||||||
|
// // s = q.db;
|
||||||
|
// // (s && C.Q).cJ(s, "\u2003")
|
||||||
|
// }
|
||||||
|
// } else {
|
||||||
|
// // s.appendChild(document.createTextNode(", "))
|
||||||
|
// }
|
||||||
|
// // q.db.appendChild(HtmlRenderer.uI(q.cx))
|
||||||
|
// 总结一下上面那一大堆没啥用的代码
|
||||||
|
if (q.db == null) {
|
||||||
|
q.db = HtmlRenderer.nS("row")
|
||||||
|
}
|
||||||
q.dx = false
|
q.dx = false
|
||||||
} else {
|
|
||||||
// s = q.db;
|
|
||||||
// (s && C.Q).cJ(s, "\u2003")
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// s.appendChild(document.createTextNode(", "))
|
|
||||||
}
|
|
||||||
// q.db.appendChild(HtmlRenderer.uI(q.cx))
|
|
||||||
q.b4()
|
q.b4()
|
||||||
}
|
}
|
||||||
// if (checkScroll) {
|
// if (checkScroll) {
|
||||||
@ -13042,7 +13047,16 @@
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
em() {
|
em() {
|
||||||
return this.c5(true)
|
// return this.c5(true)
|
||||||
|
// console.log("this.cx instanceof T.RunUpdateWin", this.cx instanceof T.RunUpdateWin)
|
||||||
|
// console.log("!this.cx instanceof T.RunUpdateWin", !this.cx instanceof T.RunUpdateWin)
|
||||||
|
if (this.cx instanceof T.RunUpdateWin) {} else {
|
||||||
|
if (this.db == null) {
|
||||||
|
this.db = HtmlRenderer.nS("row")
|
||||||
|
}
|
||||||
|
this.dx = false
|
||||||
|
this.b4()
|
||||||
|
}
|
||||||
},
|
},
|
||||||
// add_plr_to_table() {
|
// add_plr_to_table() {
|
||||||
// var s, r, q, p, o, n, m, l, k, j, i, h, g, f = this,
|
// var s, r, q, p, o, n, m, l, k, j, i, h, g, f = this,
|
||||||
|
Loading…
Reference in New Issue
Block a user