@@ -1029,7 +1029,6 @@
success: function(data){
if (data.returnCode == 200) {
productType = data.returnMsg.productType.typeCompany;
- alert(productType);
}
},
error: function(XmlHttpRequest, textStatus, errorThrown){