Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
Project
Project
Details
Activity
Releases
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
lixy
vue-ssr
Commits
7d280341
Commit
7d280341
authored
Dec 26, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车型详情修改
parent
6778967c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
aboutXx.vue
pages/aboutXx.vue
+1
-1
index.vue
pages/index.vue
+4
-4
vehicle.vue
pages/vehicle.vue
+1
-1
_id.vue
pages/vehicleList/_id.vue
+4
-2
No files found.
pages/aboutXx.vue
View file @
7d280341
...
...
@@ -32,7 +32,7 @@
<div
class=
"brand-en"
>
HISTORY
</div>
<div
class=
"brand-cn"
>
品牌故事
</div>
<div
class=
"brand-desc"
>
欣新房车控股集团(东莞)股份有限公司于18年成立,注册资金3000万,总部设立于东莞市寮步镇,是一家专业从事房车销售,房车租赁,房车自驾出游路线策划,房车托管及房车产业配套与服务的公司,公司将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活。
欣新房车控股集团(东莞)股份有限公司于18年成立,注册资金3000万,总部设立于东莞市寮步镇,是一家专业从事房车销售,房车租赁,房车自驾出游路线策划,房车托管及房车产业配套与服务的公司,公司将以全新的商业模式与经营理念,让房车生活走向大众,我们将竭诚为消费者提供舒适、便捷、轻松、快乐的房车生活
,简称:欣新房车控股集团、欣新房车、欣新房车控股集团股份有限公司、欣新房车集团
。
</div>
</div>
</div>
...
...
pages/index.vue
View file @
7d280341
...
...
@@ -665,28 +665,28 @@ export default {
url
:
'https://mgmt.dfangche.com/xxfccn/image/2019-09-02/17.jpg'
,
link
:
'/vehicleList/48
?name='
+
encodeURI
(
'【上汽大通】RV80'
)
'/vehicleList/48
'
},
{
id
:
0
,
url
:
'https://mgmt.dfangche.com/xxfccn/image/2019-09-02/9.jpg'
,
link
:
'/vehicleList/51
?name='
+
encodeURI
(
'【金冠】格林卡诺C2'
)
'/vehicleList/51
'
},
{
id
:
0
,
url
:
'https://mgmt.dfangche.com/xxfccn/image/2019-09-02/13.jpg'
,
link
:
'/vehicleList/53
?name='
+
encodeURI
(
'【齐星】依维柯'
)
'/vehicleList/53
'
},
{
id
:
0
,
url
:
'https://mgmt.dfangche.com/xxfccn/image/2019-09-02/5.jpg'
,
link
:
'/vehicleList/55
?name='
+
encodeURI
(
'【奔驰】斯宾特'
)
'/vehicleList/55
'
}
],
hotActiveTitle
:
'0'
,
...
...
pages/vehicle.vue
View file @
7d280341
...
...
@@ -244,7 +244,7 @@ export default {
this
.
totalCount
=
data
.
totalCount
data
.
data
.
map
(
function
(
item
)
{
item
.
link
=
encodeURI
(
'/vehicleList/'
+
item
.
id
+
'?name='
+
item
.
name
'/vehicleList/'
+
item
.
id
)
item
.
link
=
encodeURI
(
item
.
link
)
item
.
pictureList
=
item
.
picture
.
split
(
','
)
...
...
pages/vehicleList/_id.vue
View file @
7d280341
...
...
@@ -205,8 +205,10 @@ export default {
return
!
isNaN
(
+
params
.
id
)
},
async
asyncData
({
env
,
params
,
route
,
error
})
{
console
.
log
(
route
);
const
{
data
}
=
await
axios
.
get
(
'/api/uccn/vehicleModel/app/unauth/detail
/'
+
route
.
query
.
name
'/api/uccn/vehicleModel/app/unauth/detail
?id='
+
route
.
params
.
id
)
let
user
=
data
.
data
data
.
data
.
modelsDetails
=
data
.
data
.
modelsDetails
...
...
@@ -237,7 +239,7 @@ export default {
let
hot
=
tempBannerData
.
data
.
data
hot
.
map
(
function
(
item
)
{
item
.
link
=
encodeURI
(
'/vehicleList/'
+
item
.
id
+
'?name='
+
item
.
name
'/vehicleList/'
+
item
.
id
)
item
.
link
=
encodeURI
(
item
.
link
)
item
.
pictureList
=
item
.
picture
.
split
(
','
)
...
...
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