Authored by LiQZ

BUG 修改

... ... @@ -73,7 +73,7 @@
<div class="form-group search_type2" [[if !searchType]]style="display: none;"[[/if]]>
<label class="col-sm-2 control-label" for="matchPcUrl"><i class="red">*</i> PC 链接</label>
<div class="col-sm-10">
<input type="text" value="[[matchAppUrl]]" placeholder="PC 链接" class="form-control observe" data-field="matchPcUrl" id="matchPcUrl" [[if searchType]]required="required"[[/if]]/>
<input type="text" value="[[matchPcUrl]]" placeholder="PC 链接" class="form-control observe" data-field="matchPcUrl" id="matchPcUrl" [[if searchType]]required="required"[[/if]]/>
</div>
</div>
<div class="form-group search_type2" [[if !searchType]]style="display: none;"[[/if]]>
... ...