| | |
| | | |
| | | @if(type==1){ |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">*门店类型:</label> |
| | | <label class="col-sm-3 control-label">*赛事类型:</label> |
| | | <div class="col-sm-9"> |
| | | <input type="radio" name="type" value="1" onclick="updateType(1)" checked > 平台门店 |
| | | <input type="radio" name="type" value="2" onclick="updateType(2)" id="radio1" > 运营商门店 |
| | | <input type="radio" name="type" value="1" onclick="updateType(1)" checked > 平台赛事 |
| | | <input type="radio" name="type" value="2" onclick="updateType(2)" id="radio1" > 运营赛事 |
| | | </div> |
| | | </div> |
| | | <div id="yys" hidden> |