Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
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-mobile
Commits
b2523049
Commit
b2523049
authored
Sep 07, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
立即预定
parent
025fddd1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
3 deletions
+45
-3
base.scss
assets/styles/base.scss
+3
-0
detailFooterBtn.vue
components/detailFooterBtn.vue
+30
-0
index.vue
pages/campsiteDetail/index.vue
+4
-1
index.vue
pages/tourDetail/index.vue
+4
-1
index.vue
pages/vehicleDetail/index.vue
+4
-1
No files found.
assets/styles/base.scss
View file @
b2523049
This diff is collapsed.
Click to expand it.
components/detailFooterBtn.vue
0 → 100644
View file @
b2523049
<
template
>
<a
class=
"detail-footer-btn"
href=
"https://mgmt.dfangche.com/h5/d.html"
>
立即预定
</a>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
>
@import
"../assets/styles/mixin"
;
.detail-footer-btn
{
background
:
#1bbb9f
;
position
:
fixed
;
width
:
100%
;
bottom
:
0
;
z-index
:
9999
;
padding
:
19px
;
color
:
#fff
;
text-align
:
center
;
font-size
:
16px
;
}
</
style
>
pages/campsiteDetail/index.vue
View file @
b2523049
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<detail-footer-btn/>
<go-top/>
<go-top/>
</div>
</div>
</
template
>
</
template
>
...
@@ -105,12 +106,14 @@
...
@@ -105,12 +106,14 @@
import
Head
from
"~/components/head"
;
import
Head
from
"~/components/head"
;
import
DetailBanner
from
'~/components/detailBanner'
import
DetailBanner
from
'~/components/detailBanner'
import
GoTop
from
"~/components/goTop"
;
import
GoTop
from
"~/components/goTop"
;
import
DetailFooterBtn
from
"~/components/detailFooterBtn"
;
export
default
{
export
default
{
components
:
{
components
:
{
Head
,
Head
,
DetailBanner
,
DetailBanner
,
GoTop
GoTop
,
DetailFooterBtn
},
},
data
()
{
data
()
{
return
{
return
{
...
...
pages/tourDetail/index.vue
View file @
b2523049
...
@@ -98,6 +98,7 @@
...
@@ -98,6 +98,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<detail-footer-btn/>
<go-top/>
<go-top/>
</div>
</div>
</
template
>
</
template
>
...
@@ -107,12 +108,14 @@
...
@@ -107,12 +108,14 @@
import
Head
from
"~/components/head"
;
import
Head
from
"~/components/head"
;
import
DetailBanner
from
'~/components/detailBanner'
import
DetailBanner
from
'~/components/detailBanner'
import
GoTop
from
"~/components/goTop"
;
import
GoTop
from
"~/components/goTop"
;
import
DetailFooterBtn
from
"~/components/detailFooterBtn"
;
export
default
{
export
default
{
components
:
{
components
:
{
Head
,
Head
,
DetailBanner
,
DetailBanner
,
GoTop
GoTop
,
DetailFooterBtn
},
},
data
()
{
data
()
{
return
{
return
{
...
...
pages/vehicleDetail/index.vue
View file @
b2523049
...
@@ -158,6 +158,7 @@
...
@@ -158,6 +158,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<detail-footer-btn/>
<go-top/>
<go-top/>
</div>
</div>
</
template
>
</
template
>
...
@@ -167,12 +168,14 @@
...
@@ -167,12 +168,14 @@
import
Head
from
"~/components/head"
;
import
Head
from
"~/components/head"
;
import
DetailBanner
from
'~/components/detailBanner'
import
DetailBanner
from
'~/components/detailBanner'
import
GoTop
from
"~/components/goTop"
;
import
GoTop
from
"~/components/goTop"
;
import
DetailFooterBtn
from
"~/components/detailFooterBtn"
;
export
default
{
export
default
{
components
:
{
components
:
{
Head
,
Head
,
DetailBanner
,
DetailBanner
,
GoTop
GoTop
,
DetailFooterBtn
},
},
data
()
{
data
()
{
return
{
return
{
...
...
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