XMTT 7 years ago
parent
commit
d46b49307e
2 changed files with 8 additions and 8 deletions
  1. 3 3
      html/model/sys/disbanner/index.html
  2. 5 5
      js/model/sys/disbanner/index.js

+ 3 - 3
html/model/sys/disbanner/index.html

@ -32,9 +32,9 @@
32 32
            <div class="btn opt-putup">
33 33
                上架
34 34
            </div>
35
            <div class="btn opt-putup2">
36
                上架2
37
            </div>
35
            <!--<div class="btn opt-putup2">-->
36
                <!--上架2-->
37
            <!--</div>-->
38 38
        </div>
39 39
    </div>
40 40
    <div class="container dt-tpl">

+ 5 - 5
js/model/sys/disbanner/index.js

@ -44,11 +44,11 @@ spa_define(function () {
44 44
                        pdg.reload()
45 45
                    });
46 46
                });
47
                root.find(".opt-putup2").on("click", function () {
48
                    spa.showModal("sys_disbanner_putup2", function () {
49
                        pdg.load()
50
                    });
51
                });
47
                // root.find(".opt-putup2").on("click", function () {
48
                //     spa.showModal("sys_disbanner_putup2", function () {
49
                //         pdg.load()
50
                //     });
51
                // });
52 52
53 53
54 54
            }, mainDestory: function () {