|
@@ -106,7 +106,7 @@ var Bll = { |
|
@@ -106,7 +106,7 @@ var Bll = { |
106
|
|
106
|
|
107
|
var d = new common.dialog({
|
107
|
var d = new common.dialog({
|
108
|
title: title,
|
108
|
title: title,
|
109
|
- width: 1200,
|
109
|
+ width: '60%',
|
110
|
content: common.util.__template2($("#wqt-template1").html(), item),
|
110
|
content: common.util.__template2($("#wqt-template1").html(), item),
|
111
|
button: [{
|
111
|
button: [{
|
112
|
value: "提交",
|
112
|
value: "提交",
|
|
@@ -259,13 +259,17 @@ $(document).on("click", ".cover-color .btn-metro", function() { |
|
@@ -259,13 +259,17 @@ $(document).on("click", ".cover-color .btn-metro", function() { |
259
|
if ($(this).hasClass("info")) {
|
259
|
if ($(this).hasClass("info")) {
|
260
|
$(this).removeClass("info");
|
260
|
$(this).removeClass("info");
|
261
|
} else {
|
261
|
} else {
|
262
|
- $(this).addClass("info");
|
262
|
+ $(this).addClass("info").siblings().removeClass("info");
|
263
|
}
|
263
|
}
|
264
|
var groups = $(this).parent(".cover-color");
|
264
|
var groups = $(this).parent(".cover-color");
|
265
|
item.isDefault = groups.find("a").eq(0).hasClass("info") ? "Y" : "N";
|
265
|
item.isDefault = groups.find("a").eq(0).hasClass("info") ? "Y" : "N";
|
266
|
- item.genderCover = groups.find("a").eq(1).hasClass("info") ? "1" : "0";
|
|
|
267
|
- item.genderCover = groups.find("a").eq(2).hasClass("info") ? "2" : "0";
|
|
|
268
|
- console.log(item);
|
266
|
+ if (groups.find("a").eq(1).hasClass("info")) {
|
|
|
267
|
+ item.genderCover = 1;
|
|
|
268
|
+ } else if (item.genderCover = groups.find("a").eq(2).hasClass("info")) {
|
|
|
269
|
+ item.genderCover = 2;
|
|
|
270
|
+ } else {
|
|
|
271
|
+ item.genderCover = 0;
|
|
|
272
|
+ }
|
269
|
});
|
273
|
});
|
270
|
$(document).on("click", ".goods-color a", function() {
|
274
|
$(document).on("click", ".goods-color a", function() {
|
271
|
var index = $(this).data("index");
|
275
|
var index = $(this).data("index");
|
|
@@ -303,7 +307,6 @@ GOLABDATA.on("fenmian", function() { |
|
@@ -303,7 +307,6 @@ GOLABDATA.on("fenmian", function() { |
303
|
});
|
307
|
});
|
304
|
});
|
308
|
});
|
305
|
map.goodsImagesBoList = JSON.stringify(map.goodsImagesBoList);
|
309
|
map.goodsImagesBoList = JSON.stringify(map.goodsImagesBoList);
|
306
|
- console.log(typeof JSON.stringify(map));
|
|
|
307
|
return {
|
310
|
return {
|
308
|
"goodsImagesReq": JSON.stringify(map)
|
311
|
"goodsImagesReq": JSON.stringify(map)
|
309
|
}
|
312
|
}
|