Commit 89e4647c authored by agping's avatar agping

商学院 title

parent 97815b63
......@@ -120,7 +120,8 @@
'AuthToken': _this.token,
'pageNo': _this.mainData[_index].page,
'pageSize': _this.pageSize,
'label_id': _index
'label_id': 0,
'title': _this.title
}
})
.then(function(response) {
......@@ -159,6 +160,7 @@
layer.tipsX('请输入有效关键字');
return;
}
_this.title = c.target.value
_this.getList();
}
},
......@@ -201,13 +203,15 @@
color:rgba(153,153,153,1);
height: .6rem;
position: relative;
width: 4.6rem;
width: 5rem;
padding-left:.1rem ;
box-sizing: border-box;
}
.top-news-choose span{
float: right;
font-size:.28rem;
color:rgba(255,128,24,1);
margin-top: .1rem;
margin-top: .15rem;
}
</style>
......
......@@ -22,6 +22,7 @@ import priceReport from '@/components/priceReport/priceReport'
import match from '@/components/match/match'
import phoneDetail from '@/components/phoneDetail/phoneDetail'
import inviteRules from '@/components/inviteRules/inviteRules'
import searchArticleList from '@/components/businessCollege/searchArticleList'
Vue.use(VueRouter)
export default new VueRouter({
......@@ -148,6 +149,10 @@ export default new VueRouter({
path: '/inviteRules',
name: 'v-inviteRules',
component: inviteRules
},{
path: '/searchArticleList',
name: 'v-searchArticleList',
component: searchArticleList
}
]
})
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment