XMTT 7 years ago
parent
commit
8d4594110f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/model/sys/answer/index.js

+ 2 - 2
js/model/sys/answer/index.js

@ -39,7 +39,7 @@ spa_define(function () {
39 39
                        var aId = $(this).parent().attr("aId");
40 40
                        var qId = $(this).parent().attr("qId");
41 41
                        // window.open('http://www.ekexiu.com/articalShow.html?articleId=' + articleId);
42
                        window.open('http://www.ekexiu.com/qa-show.html?id='+aId+'&topid=' + qId);
42
                        window.open('http://www.ekexiu.com/qa-show.html?id='+qId+'&topid=' + aId);
43 43
                    });
44 44
                    root.find("a.author").on("click",function () {
45 45
                        var professorId = $(this).parent().attr("professorId");
@ -114,7 +114,7 @@ spa_define(function () {
114 114
                        } else {
115 115
                            var aId = $answer.attr("aId");
116 116
                            var qId = $answer.attr("qId");
117
                            window.open('http://www.ekexiu.com/qa-show.html?id='+aId+'&topid=' + qId);
117
                            window.open('http://www.ekexiu.com/qa-show.html?id='+qId+'&topid=' + aId );
118 118
                        }
119 119
                    } else {
120 120
                        util.alert("请选择一篇回答");