页面优化
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
@if (item.Product.Id == 26){
|
||||
<div class="p_type @("type"+item.Product.Id)" style="padding-top: 10px;">
|
||||
<button type="button" onclick="lbzhizun()" class="btn btn-default btn-lg lbzx" style="background-color: #FF9900;font-size:1.3em;">尊享版-不限速</button>
|
||||
<button type="button" onclick="lbgaoji()" class="btn btn-default btn-lg lbgj" style="background-color: white;font-size:1.3em;">高级版-限速4M</button><br>
|
||||
<button type="button" onclick="lbgaoji()" class="btn btn-default btn-lg lbgj" style="background-color: white;font-size:1.3em;">高级版-限速6M</button><br>
|
||||
<button type="button" onclick="lbputong()" class="btn btn-default btn-lg lbpt" style="background-color: white;font-size:1.3em;margin-top:10px;">普通版-限速2M</button>
|
||||
</div>
|
||||
}
|
||||
@@ -502,18 +502,18 @@
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<div class="btn-group" role="group" aria-label="...">
|
||||
<button type="button" id="jinyougame" v-on:click="game()" class="btn btn-success btn-lg">游戏独享</button>
|
||||
<button type="button" id="jinyougame" v-on:click="game()" class="btn btn-success btn-lg">项目独享</button>
|
||||
<button type="button" id="jinyouline" v-on:click="line()" class="btn btn-default btn-lg">线路独享</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row " style="padding:5px;">
|
||||
<div class="col-sm-3">
|
||||
游戏选择:
|
||||
项目选择:
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<select class="form-control " v-model="qilin.game_id" id="gameselect" @@change="select_game" style="height:50px;font-size:15px;">
|
||||
<option value="0">-请选择游戏-</option>
|
||||
<option value="0">-请选择项目-</option>
|
||||
<option v-for="item in game_list" :value="item.id">{{item.name}}</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -945,7 +945,7 @@
|
||||
return;
|
||||
}
|
||||
if (this.order_info.game_id == '' && this.qilin.is_unshar == 0) {
|
||||
alert('请选择游戏!');
|
||||
alert('请选择项目!');
|
||||
return;
|
||||
}
|
||||
if (this.order_info.account.length < 5 && this.hasNumAndChar(this.order_info.account)) {
|
||||
|
||||
Reference in New Issue
Block a user