Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
d95e166f
Commit
d95e166f
authored
Sep 27, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卷妹说 新增滑雪模块
parent
c4bf24ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
300 additions
and
11 deletions
+300
-11
huaxue.jpg
src/assets/img/juan/huaxue.jpg
+0
-0
pcski1.jpg
src/assets/img/juan/pcski1.jpg
+0
-0
pcski2.jpg
src/assets/img/juan/pcski2.jpg
+0
-0
phski1.jpg
src/assets/img/juan/phski1.jpg
+0
-0
phski2.jpg
src/assets/img/juan/phski2.jpg
+0
-0
卷妹说-日本滑雪专题.rar
src/assets/img/juan/卷妹说-日本滑雪专题.rar
+0
-0
FoodImg.vue
src/components/taskPage/FoodImg.vue
+1
-9
JuanSaid.vue
src/components/taskPage/JuanSaid.vue
+8
-2
Juanski.vue
src/components/taskPage/Juanski.vue
+279
-0
router.js
src/router.js
+12
-0
No files found.
src/assets/img/juan/huaxue.jpg
0 → 100644
View file @
d95e166f
309 KB
src/assets/img/juan/pcski1.jpg
0 → 100644
View file @
d95e166f
This diff is collapsed.
Click to expand it.
src/assets/img/juan/pcski2.jpg
0 → 100644
View file @
d95e166f
This diff is collapsed.
Click to expand it.
src/assets/img/juan/phski1.jpg
0 → 100644
View file @
d95e166f
This diff is collapsed.
Click to expand it.
src/assets/img/juan/phski2.jpg
0 → 100644
View file @
d95e166f
This diff is collapsed.
Click to expand it.
src/assets/img/juan/卷妹说-日本滑雪专题.rar
0 → 100644
View file @
d95e166f
File added
src/components/taskPage/FoodImg.vue
View file @
d95e166f
...
@@ -181,15 +181,7 @@ export default {
...
@@ -181,15 +181,7 @@ export default {
// this.getFirstImg();
// this.getFirstImg();
this
.
AutoExchange
();
this
.
AutoExchange
();
})
})
// var ua = navigator.userAgent.toLowerCase();//获取判断用的对象
// if (ua.match(/MicroMessenger/i) == "micromessenger") {
// //在微信中打开
// this.isPhone=true;
// this.AutoExchange3();
// } else {
// //否则就是PC浏览器打开
// this.isPhone=false;
// }
let
userAgentInfo
=
navigator
.
userAgent
;
let
userAgentInfo
=
navigator
.
userAgent
;
let
Agents
=
[
"Android"
,
"iPhone"
,
let
Agents
=
[
"Android"
,
"iPhone"
,
"SymbianOS"
,
"Windows Phone"
,
"SymbianOS"
,
"Windows Phone"
,
...
...
src/components/taskPage/JuanSaid.vue
View file @
d95e166f
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
background
:
url('../../assets/img/juan/tuan5.jpg')
100%
center
;
background
:
url('../../assets/img/juan/tuan5.jpg')
100%
center
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.tst-huaxue
{
background
:
url('../../assets/img/juan/huaxue.jpg')
100%
center
;
background-size
:
cover
;
}
.tstt
{
.tstt
{
background
:
url('../../assets/img/juan/listbanner.png')
100%
center
;
background
:
url('../../assets/img/juan/listbanner.png')
100%
center
;
...
@@ -358,10 +362,12 @@
...
@@ -358,10 +362,12 @@
</div>
</div>
<div
@
click=
"goUrl('FoodImg')"
class=
"destiItem tst-three"
>
<div
@
click=
"goUrl('FoodImg')"
class=
"destiItem tst-three"
>
</div>
</div>
<div
@
click=
"goUrl('FoodImg2')"
class=
"destiItem tst-four"
>
<
!--
<
div
@
click=
"goUrl('FoodImg2')"
class=
"destiItem tst-four"
>
</div>
</div>
-->
<div
@
click=
"goUrl('Img5')"
class=
"destiItem tst-five"
>
<div
@
click=
"goUrl('Img5')"
class=
"destiItem tst-five"
>
</div>
</div>
<div
@
click=
"goUrl('Juanski')"
class=
"destiItem tst-huaxue"
>
</div>
<!--
<div
class=
"destiItem"
>
<!--
<div
class=
"destiItem"
>
<img
src=
"../../assets/img/home/tour1.png"
alt=
""
>
<img
src=
"../../assets/img/home/tour1.png"
alt=
""
>
</div>
</div>
...
...
src/components/taskPage/Juanski.vue
0 → 100644
View file @
d95e166f
This diff is collapsed.
Click to expand it.
src/router.js
View file @
d95e166f
...
@@ -12,6 +12,8 @@ import FoodImg4 from "./components/taskPage/FoodImg4";
...
@@ -12,6 +12,8 @@ import FoodImg4 from "./components/taskPage/FoodImg4";
import
xiazaiAPP
from
"./components/taskPage/xiazaiAPP"
;
import
xiazaiAPP
from
"./components/taskPage/xiazaiAPP"
;
import
Fire
from
"./components/taskPage/Fire"
;
import
Fire
from
"./components/taskPage/Fire"
;
import
Img5
from
"./components/taskPage/Img5"
;
import
Img5
from
"./components/taskPage/Img5"
;
import
Juanski
from
"./components/taskPage/Juanski"
;
Vue
.
use
(
Router
);
Vue
.
use
(
Router
);
...
@@ -802,6 +804,16 @@ export default new Router({
...
@@ -802,6 +804,16 @@ export default new Router({
headerShow
:
true
,
headerShow
:
true
,
},
},
},
},
{
path
:
"/Juanski"
,
name
:
"Juanski"
,
component
:
Juanski
,
meta
:
{
title
:
"卷妹说--滑雪"
,
headerShow
:
true
,
},
},
]
]
});
});
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