Merge branch 'develop' of git.dev.yoho.cn:platform/yohobuy-portal-fe into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){ | @@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){ | ||
155 | } | 155 | } |
156 | }); | 156 | }); |
157 | $(document).on("change","#brandId",function(){ | 157 | $(document).on("change","#brandId",function(){ |
158 | - // $("#productName").val($(this).text().replace(/\/)); | 158 | + //$("#productName").val($(this).text().replace()); |
159 | }); | 159 | }); |
160 | $(document).on("click",".sortdelete",function(){ | 160 | $(document).on("click",".sortdelete",function(){ |
161 | var index=$(this).data("index"); | 161 | var index=$(this).data("index"); |
-
Please register or login to post a comment