Authored by liuyue

Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop

... ... @@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){
}
});
$(document).on("change","#brandId",function(){
// $("#productName").val($(this).text().replace(/\/));
//$("#productName").val($(this).text().replace());
});
$(document).on("click",".sortdelete",function(){
var index=$(this).data("index");
... ...