Showing
2 changed files
with
2 additions
and
2 deletions
@@ -272,7 +272,7 @@ common.edit.ajaxfileupload(".fenmianfile", { | @@ -272,7 +272,7 @@ common.edit.ajaxfileupload(".fenmianfile", { | ||
272 | item.push(data); | 272 | item.push(data); |
273 | goodsList[$(this).data("index")].goodsImagesList = item; | 273 | goodsList[$(this).data("index")].goodsImagesList = item; |
274 | $(this).parents(".cover-image-item").before(common.util.__template2($("#fenmianImgTemp").html(), data)); | 274 | $(this).parents(".cover-image-item").before(common.util.__template2($("#fenmianImgTemp").html(), data)); |
275 | - $('#cover-color').append($($('#colorCoverTemp').html())); | 275 | + $(this).parents(".form-group").next().find('.cover-color').append($($('#colorCoverTemp').html())); |
276 | } else { | 276 | } else { |
277 | common.util.__tip(response.message); | 277 | common.util.__tip(response.message); |
278 | } | 278 | } |
@@ -16,7 +16,7 @@ var config = { | @@ -16,7 +16,7 @@ var config = { | ||
16 | // domain: 'http://172.16.6.240:8088/platform', | 16 | // domain: 'http://172.16.6.240:8088/platform', |
17 | // domain:'http://172.16.6.240:8088/platform',//王书生 | 17 | // domain:'http://172.16.6.240:8088/platform',//王书生 |
18 | // domain: 'http://172.16.6.252:9080',//陈超 | 18 | // domain: 'http://172.16.6.252:9080',//陈超 |
19 | - //domain:'http://172.16.6.227:8088/platform',//玛丽 | 19 | + //domain: 'http://172.16.6.227:8088/platform', //玛丽 |
20 | domain: 'http://192.168.102.202:8088/platform', | 20 | domain: 'http://192.168.102.202:8088/platform', |
21 | loggers: { | 21 | loggers: { |
22 | api: { | 22 | api: { |
-
Please register or login to post a comment