Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
89e4647c
Commit
89e4647c
authored
Mar 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商学院 title
parent
97815b63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
searchArticleList.vue
...pnew/src/components/businessCollege/searchArticleList.vue
+7
-3
index.js
public/appnew/src/router/index.js
+6
-0
No files found.
public/appnew/src/components/businessCollege/searchArticleList.vue
View file @
89e4647c
...
@@ -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
:
.1
5
rem
;
}
}
</
style
>
</
style
>
...
...
public/appnew/src/router/index.js
View file @
89e4647c
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment