{"id":427,"title":"layui\u4e2dradio\u4e8b\u4ef6\u76d1\u542c","good":5,"bad":6,"hit":5983,"created_at":"2019-04-04 14:37:53","content":"

\u6bd4\u5982\u70b9\u51fb\u4e0d\u540cradio\u5bf9\u9009\u8350\u5361\u8fdb\u884c\u663e\u793a\u6216\u9690\u85cf<\/p>

<\/p>

\u6ce8\u610flay-filter<\/p>

<\/p>

<div class="layui-form-item">\n    <label class="layui-form-label">\u72b6\u6001<\/label>\n    <div class="layui-input-block">\n        <input type="radio" lay-filter="radio1" class='reviewhid' <?php if($parData['IsReview']==0){echo 'checked';}?> name="IsReview" value="0" title="\u53c2\u4e0e\u4e2d" >\n        <input type="radio" lay-filter="radio1" class='reviewhid' <?php if($parData['IsReview']==1){echo 'checked';}?> name="IsReview" value="1" title="\u5b8c\u6210" >\n        <input type="radio" lay-filter="radio1" class='reviewhid' <?php if($parData['IsReview']==2){echo 'checked';}?> name="IsReview" value="2" title="\u9a73\u56de">\n    <\/div>\n<\/div><\/pre>

<\/p>

\n<script type="text\/javascript">\n    layui.use(['form'], function() {\n        var form = layui.form;\n\n        form.on('radio(radio1)', function(data){\n            if(data.value==2){\n                $("#reviewbohui").show();\n            }else{\n                $("#reviewbohui").hide();\n            }\n        });\n\n    });\n\n<\/script><\/pre>

<\/p>"}