| | |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label febs-form-item-require">是否推荐:</label> |
| | | <div class="layui-input-block"> |
| | | <input type="radio" name="isComand" value="1" title="是" > |
| | | <input type="radio" name="isComand" value="2" title="否" checked=""> |
| | | <input type="radio" name="isRecommend" value="1" title="是" > |
| | | <input type="radio" name="isRecommend" value="2" title="否" checked=""> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item febs-hide"> |
| | |
| | | return result; |
| | | }, |
| | | success: function () { |
| | | formSelects.value('user-update-category', user.id.split(',')); |
| | | formSelects.value('user-update-category', member.id.split(',')); |
| | | }, |
| | | error: function (id, url, searchVal, err) { |
| | | console.error(err); |