Authored by liuyue

网销

... ... @@ -106,7 +106,7 @@ var Bll = {
var d = new common.dialog({
title: title,
width: 1200,
width: '60%',
content: common.util.__template2($("#wqt-template1").html(), item),
button: [{
value: "提交",
... ... @@ -259,13 +259,17 @@ $(document).on("click", ".cover-color .btn-metro", function() {
if ($(this).hasClass("info")) {
$(this).removeClass("info");
} else {
$(this).addClass("info");
$(this).addClass("info").siblings().removeClass("info");
}
var groups = $(this).parent(".cover-color");
item.isDefault = groups.find("a").eq(0).hasClass("info") ? "Y" : "N";
item.genderCover = groups.find("a").eq(1).hasClass("info") ? "1" : "0";
item.genderCover = groups.find("a").eq(2).hasClass("info") ? "2" : "0";
console.log(item);
if (groups.find("a").eq(1).hasClass("info")) {
item.genderCover = 1;
} else if (item.genderCover = groups.find("a").eq(2).hasClass("info")) {
item.genderCover = 2;
} else {
item.genderCover = 0;
}
});
$(document).on("click", ".goods-color a", function() {
var index = $(this).data("index");
... ... @@ -303,7 +307,6 @@ GOLABDATA.on("fenmian", function() {
});
});
map.goodsImagesBoList = JSON.stringify(map.goodsImagesBoList);
console.log(typeof JSON.stringify(map));
return {
"goodsImagesReq": JSON.stringify(map)
}
... ...
... ... @@ -27,7 +27,7 @@ a:focus {
min-height: 60px;
position: fixed;
width: 100%;
z-index: 1000;
z-index: 99999;
}
.headerwrapper:after {
... ...
... ... @@ -4,7 +4,7 @@
top:20px;
right:20px;
width:301px;
z-index:9999;
z-index:999999;
}
.gritter-item-wrapper {
... ...
... ... @@ -92,7 +92,7 @@
<option value="-1">请选择三级类目</option>
</select>
</div> -->
<div class="panel-col">
<div class="panel-col2">
<div id="sortTree"></div>
</div>
<div class="panel-col">
... ...
... ... @@ -12,7 +12,7 @@
<span class="red">提示:与商品相关的逛信息自动抓取到下列各模块中,若要在商品详情中展示,请将其编辑在【小编推荐】中。
</span>
</p>
<div class="guang-wrap"></div>
</div>
<div class="panel-footer">
<button class="btn btn-primary" id="btn-recommand">保存</button>
... ...