Browse Source

问答管理

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

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

@ -21,7 +21,7 @@ spa_define(function () {
21 21
                        var $e = $(this);
22 22
                        var aId = $e.attr("aId");
23 23
                        if (aId) {
24
                            util.get("http://192.168.3.233:81/ajax/leavemsg/count", {sid: aId,stype:4}, function (data) {
24
                            util.get("http://www.ekexiu.com:81/ajax/leavemsg/count", {sid: aId,stype:4}, function (data) {
25 25
                                $e.text(data);
26 26
                            }, {});
27 27
                            $e.removeClass("hand-lm");