Authored by weiqingting

基础商品bug修改

@@ -12,7 +12,6 @@ if(param){ @@ -12,7 +12,6 @@ if(param){
12 data:{productSkn:param[2]} 12 data:{productSkn:param[2]}
13 },function(res){ 13 },function(res){
14 RESPONSEDATA=res.data; 14 RESPONSEDATA=res.data;
15 - console.log(RESPONSEDATA);  
16 },true); 15 },true);
17 } 16 }
18 RESPONSEDATA.ENUMYEAR=(function(){ 17 RESPONSEDATA.ENUMYEAR=(function(){
@@ -105,7 +105,6 @@ tabTree.prototype= { @@ -105,7 +105,6 @@ tabTree.prototype= {
105 if (g.dom["citybox"].css("display") == "block") { 105 if (g.dom["citybox"].css("display") == "block") {
106 g.reset() 106 g.reset()
107 } 107 }
108 - console.log(g.selected);  
109 }) 108 })
110 }, 109 },
111 changeVolume: function() { 110 changeVolume: function() {