mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#153 fix qlist
This commit is contained in:
parent
831927efbc
commit
e4fe8e5136
@ -588,7 +588,7 @@
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
var item = data[i];
|
||||
var allowClick = true;
|
||||
var btn = $('<div class="msg-list">'(i + 1) + '.' + item.label + '</div>');
|
||||
var btn = $('<div class="msg-list">' + item.label + '</div>');
|
||||
var regClick = function (key) {
|
||||
btn.click(function () {
|
||||
if (allowClick) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user