wupengfei 3 years ago
parent
commit
66918d615c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      application/store/view/integral_goods/form.html

+ 1 - 5
application/store/view/integral_goods/form.html

@@ -332,14 +332,10 @@
                 error_detail = 2;
                 return false;
             }
-            if( !$(".no_detail").eq(k).find("input[name='price[]']").val() ){
+            if( !$(".no_detail").eq(k).find("input[name='integral[]']").val() ){
                 error_detail = 3;
                 return false;
             }
-            if( !$(".no_detail").eq(k).find("input[name='sell_money[]']").val() ){
-                error_detail = 4;
-                return false;
-            }
         })
         if(error_detail !==0 ){
             layer.msg('请完善规格信息');