c66d1e92b78c7dc5310b3f47a24e7fee28325033..d16c4f06f2699b18bfa3b449595868feec9f808b
2021-06-15 liuyg
Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
d16c4f diff | tree
2021-06-15 liuyg
title bug
d04653 diff | tree
1 files modified
13 ■■■■ changed files
widgets/searchL/Widget.js 13 ●●●● patch | view | raw | blame | history
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();
                    //…
                });
            },