Commit 89e4647c authored by agping's avatar agping

商学院 title

parent 97815b63
...@@ -120,7 +120,8 @@ ...@@ -120,7 +120,8 @@
'AuthToken': _this.token, 'AuthToken': _this.token,
'pageNo': _this.mainData[_index].page, 'pageNo': _this.mainData[_index].page,
'pageSize': _this.pageSize, 'pageSize': _this.pageSize,
'label_id': _index 'label_id': 0,
'title': _this.title
} }
}) })
.then(function(response) { .then(function(response) {
...@@ -159,6 +160,7 @@ ...@@ -159,6 +160,7 @@
layer.tipsX('请输入有效关键字'); layer.tipsX('请输入有效关键字');
return; return;
} }
_this.title = c.target.value
_this.getList(); _this.getList();
} }
}, },
...@@ -201,13 +203,15 @@ ...@@ -201,13 +203,15 @@
color:rgba(153,153,153,1); color:rgba(153,153,153,1);
height: .6rem; height: .6rem;
position: relative; position: relative;
width: 4.6rem; width: 5rem;
padding-left:.1rem ;
box-sizing: border-box;
} }
.top-news-choose span{ .top-news-choose span{
float: right; float: right;
font-size:.28rem; font-size:.28rem;
color:rgba(255,128,24,1); color:rgba(255,128,24,1);
margin-top: .1rem; margin-top: .15rem;
} }
</style> </style>
......
...@@ -22,6 +22,7 @@ import priceReport from '@/components/priceReport/priceReport' ...@@ -22,6 +22,7 @@ import priceReport from '@/components/priceReport/priceReport'
import match from '@/components/match/match' import match from '@/components/match/match'
import phoneDetail from '@/components/phoneDetail/phoneDetail' import phoneDetail from '@/components/phoneDetail/phoneDetail'
import inviteRules from '@/components/inviteRules/inviteRules' import inviteRules from '@/components/inviteRules/inviteRules'
import searchArticleList from '@/components/businessCollege/searchArticleList'
Vue.use(VueRouter) Vue.use(VueRouter)
export default new VueRouter({ export default new VueRouter({
...@@ -148,6 +149,10 @@ export default new VueRouter({ ...@@ -148,6 +149,10 @@ export default new VueRouter({
path: '/inviteRules', path: '/inviteRules',
name: 'v-inviteRules', name: 'v-inviteRules',
component: 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