|
|
|
@ -1283,9 +1283,9 @@ $meta_subnavi_arr = array(
|
|
|
|
|
<a href="javascript:void(0);" title="产品分类,目前有普通,故宫,接送三种."><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_trippest_type" id="meta_trippest_type" class="form-control" >
|
|
|
|
|
<option value="common" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'general' ? 'selected' : false; ?>>普通</option>
|
|
|
|
|
<option value="general" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'general' ? 'selected' : false; ?>>普通</option>
|
|
|
|
|
<option value="gg" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'gg' ? 'selected' : false; ?>>故宫</option>
|
|
|
|
|
<option value="tranfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'transfer' ? 'selected' : false; ?>>接送</option>
|
|
|
|
|
<option value="transfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'transfer' ? 'selected' : false; ?>>接送</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-18">
|
|
|
|
|