liuyg
2021-06-15 d04653137d82ab26d2866014bc0655873c5d8dbe
widgets/searchL/Widget.js
@@ -253,7 +253,7 @@
                     dom = $('#poput-m-t-video');
                     str = `
                     <video id="poput-m-t-video-video" ></video>
               `;
                     `;
                     dom.empty();
                     dom.append(str);
                     if (flvjs.isSupported()) {
@@ -380,6 +380,9 @@
                     // , page: true //是否显示分页
                     , limits: false
                     , limit: 10 //每页默认显示的数量
                     , done: function(res, curr, count){
                        that.addTitle();
                       }
                  });
@@ -420,6 +423,9 @@
                     // , page: true //是否显示分页
                     , limits: false
                     , limit: 10 //每页默认显示的数量
                     , done: function(res, curr, count){
                        that.addTitle();
                       }
                  });
                  table.on('tool(test1)', function (obj) { //注:tool 是工具条事件名,test 是 table 原始容器的属性 lay-filter="对应的值"
@@ -492,6 +498,9 @@
                     // , page: true //是否显示分页
                     , limits: false
                     , limit: 10 //每页默认显示的数量
                     , done: function(res, curr, count){
                        that.addTitle();
                       }
                  });
@@ -515,7 +524,7 @@
                     }
                  });
               }
               that.addTitle();
               // that.addTitle();
               //…
            });
         },