教程帮助界面更改
This commit is contained in:
@@ -31,7 +31,14 @@
|
|||||||
<div id="help_info">
|
<div id="help_info">
|
||||||
<div class="tab-content listcon" >
|
<div class="tab-content listcon" >
|
||||||
<div role="tabpanel" class="tab-pane active" id="home">
|
<div role="tabpanel" class="tab-pane active" id="home">
|
||||||
<div></div>
|
<div>
|
||||||
|
<div class="input-group">
|
||||||
|
<input type="text" placeholder="请输入搜索内容" v-model="help_search" class="form-control">
|
||||||
|
<span class="input-group-btn">
|
||||||
|
<a class="btn btn-default" :href="'?KeyWord='+help_search" style="background:rgb(57, 81, 107);color:white;" type="button">搜索</a>
|
||||||
|
</span>
|
||||||
|
</div><!-- /input-group -->
|
||||||
|
</div>
|
||||||
<ul class="listUl">
|
<ul class="listUl">
|
||||||
@foreach (var item in Model.List)
|
@foreach (var item in Model.List)
|
||||||
{
|
{
|
||||||
@@ -110,6 +117,7 @@ var title_list = [' ','其他帮助','优惠活动','常见售后','直连教程
|
|||||||
},
|
},
|
||||||
prev:{},
|
prev:{},
|
||||||
next:{},
|
next:{},
|
||||||
|
help_search:''
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user