Ver Código Fonte

问答管理

XMTT 7 anos atrás
pai
commit
3712f1a5e3

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

39
                var load = function () {
39
                var load = function () {
40
                    $.ajax({
40
                    $.ajax({
41
                        type: "GET",
41
                        type: "GET",
42
                        url: "http://192.168.3.233:8080/log/jsonp/qm",
42
                        url: "http://www.ekexiu.com:8082/log/jsonp/qm",
43
                        data:$data,
43
                        data:$data,
44
                        dataType: "jsonp",
44
                        dataType: "jsonp",
45
                        success: function (data) {
45
                        success: function (data) {

+ 1 - 1
js/model/sys/question/count.js

39
                var load = function () {
39
                var load = function () {
40
                    $.ajax({
40
                    $.ajax({
41
                        type: "GET",
41
                        type: "GET",
42
                        url: "http://192.168.3.233:8080/log/jsonp/qm",
42
                        url: "http://www.ekexiu.com:8082/log/jsonp/qm",
43
                        data:$data,
43
                        data:$data,
44
                        dataType: "jsonp",
44
                        dataType: "jsonp",
45
                        success: function (data) {
45
                        success: function (data) {

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

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

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

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