Browse Source

需求跳转地址

XMTT 7 years ago
parent
commit
9691018d05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/model/sys/demand/index.js

+ 1 - 1
js/model/sys/demand/index.js

@ -43,7 +43,7 @@ spa_define(function () {
43 43
                var bindDataEvent = function() {
44 44
                    root.find(".table-opt a.title").on("click", function () {
45 45
                        var demandId = $(this).parent().attr("demandId");
46
                        window.open('http://www.ekexiu.com/information-brow.html?demandId=' + demandId);
46
                        window.open('http://www.ekexiu.com/demandShow.html?demandId=' + demandId);
47 47
                    });
48 48
                };
49 49
                pdg.code.listen(bindDataEvent);