XMTT 7 jaren geleden
bovenliggende
commit
078def5d71
3 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 1 1
      js/model/sys/answer/index.js
  2. 2 2
      js/model/sys/question/edit.js
  3. 2 2
      js/model/sys/question/edit2.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://www.ekexiu.com:81/ajax/leavemsg/count", {sid: aId,stype:4}, function (data) {
24
                            util.get("http://www.ekexiu.com/ajax/leavemsg/count", {sid: aId,stype:4}, function (data) {
25 25
                                $e.text(data);
26 26
                            }, {});
27 27
                            $e.removeClass("hand-lm");

+ 2 - 2
js/model/sys/question/edit.js

@ -38,7 +38,7 @@ spa_define(function () {
38 38
                    uploader;
39 39
                uploader = WebUploader.create({
40 40
                    auto: true,
41
                    server: 'http://www.ekexiu.com:81/ajax/question/upload',
41
                    server: 'http://www.ekexiu.com/ajax/question/upload',
42 42
                    pick: {
43 43
                        id: "#filePicker",
44 44
                        multiple: false
@ -151,7 +151,7 @@ spa_define(function () {
151 151
                                '</div>').appendTo($li),
152 152
                            $img = $li.find('img');
153 153
                        $list.append($li);
154
                        $img.attr('src', "http://www.ekexiu.com:81/data/question" + image[i]);
154
                        $img.attr('src', "http://www.ekexiu.com/data/question" + image[i]);
155 155
                        // $img.attr('src', "../data/images/researchResult/" + image[i]+".jpg");
156 156
                        $img.attr('name', image[i]);
157 157
                    }

+ 2 - 2
js/model/sys/question/edit2.js

@ -73,7 +73,7 @@ spa_define(function () {
73 73
                        // this.progress.attr("style", "width:" + vv);
74 74
                        // this.progress.text(vv);
75 75
                    },
76
                    uri: "http://www.ekexiu.com:81/ajax/question/upload"
76
                    uri: "http://www.ekexiu.com/ajax/question/upload"
77 77
                });
78 78
                $list.on("click", ".cancel", function () {
79 79
                    $(this).parent().parent().remove();
@ -96,7 +96,7 @@ spa_define(function () {
96 96
                            ),
97 97
                            $img = $li.find('img');
98 98
                        $list.append($li);
99
                        $img.attr('src', "http://www.ekexiu.com:81/data/question" + image[i]);
99
                        $img.attr('src', "http://www.ekexiu.com/data/question" + image[i]);
100 100
                        // $img.attr('src', "../data/images/researchResult/" + image[i]+".jpg");
101 101
                        $img.attr('name', image[i]);
102 102
                    }