Authored by liuyue

去掉console.log

... ... @@ -212,7 +212,6 @@ try {
$(".floatnav li").each(function() {
var name = $.trim($(this).data('pos')),
that = this;
console.log(name);
if (name == location.hash.replace(/^#/, '')) {
setTimeout(function() {
$(that).click();
... ...
... ... @@ -309,7 +309,6 @@ common.util.__ajax({
/*马力*/
console.log("attributeProValuesBosOne", NETSALEDATA.attributeProValuesBosOne);
var ag2 = new common.grid({
el: "#goodsParamWrap",
hash: false,
... ... @@ -345,14 +344,12 @@ common.util.__ajax({
categoryId: basicInfo.smallSortId
}
}, function(res) {
console.log("res.data", res.data);
ag2.init(res.data);
inputDisabled(function() {
$('#goodsParamWrap').find('input').not(":checked").parents('label').hide();
});
}, true);
// console.log(basicInfo);
var ag3 = new common.grid({
el: "#goodsParamWrap2",
... ... @@ -386,7 +383,6 @@ common.util.__ajax({
categoryId: basicInfo.maxSortId
}
}, function(res) {
console.log("接口queryMaterialList", res.data);
ag3.init([res.data]);
inputDisabled(function() {
$('#goodsParamWrap2').find('input').not(":checked").parents('label').hide();
... ... @@ -469,7 +465,6 @@ GOLABDATA.on("TYgoodsParams", function() {
}
data.productSkn = $('#productSkn').val();
console.log("data", data);
return data;
});
... ...