|
|
|
@ -72,9 +72,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-resway search_label_rehab">
|
|
|
|
|
<select id="type" name="type" class="select_gallery" style="width:150px;">
|
|
|
|
|
<option value="2" <if condition="I('type') && $vo.value eq 2">selected
|
|
|
|
|
<option value="2" <if condition="I('type') && I('type') eq 2">selected
|
|
|
|
|
</if> >不包含绑币</option>
|
|
|
|
|
<option value="3" <if condition="I('type') && $vo.value eq 3">selected
|
|
|
|
|
<option value="3" <if condition="I('type') && I('type') eq 3">selected
|
|
|
|
|
</if> >包含绑币</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|