We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<div class="btn-group" data-toggle="buttons"> <label class="btn btn-success active" style="margin-left:10px;border-radius: 5px;"> <input type="radio" name="sku[0]" value="cpcc_2"> 110L×120W</label> <label class="btn btn-success" style="margin-left:10px;border-radius: 5px;"> <input type="radio" name="sku[1]" value="cpcc_3" aria-invalid="true"> 150L×180W</label> <span class="msg-box n-right" for="sku[1]"><span role="alert" class="msg-wrap n-error"><span class="n-icon"></span><span class="n-msg">成品尺寸不能为空</span></span></span></div>
看到sku[0] sku[1] data-rule="checked"就失效了 如sku[xx] sku[yy]这样就能成功 应该是将sku[0] sku[1] 看成是一个值了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<div class="btn-group" data-toggle="buttons"> <label class="btn btn-success active" style="margin-left:10px;border-radius: 5px;"> <input type="radio" name="sku[0]" value="cpcc_2"> 110L×120W</label> <label class="btn btn-success" style="margin-left:10px;border-radius: 5px;"> <input type="radio" name="sku[1]" value="cpcc_3" aria-invalid="true"> 150L×180W</label> <span class="msg-box n-right" for="sku[1]"><span role="alert" class="msg-wrap n-error"><span class="n-icon"></span><span class="n-msg">成品尺寸不能为空</span></span></span></div>
看到sku[0] sku[1] data-rule="checked"就失效了 如sku[xx] sku[yy]这样就能成功
应该是将sku[0] sku[1] 看成是一个值了
The text was updated successfully, but these errors were encountered: