Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
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
罗超
Muse
Commits
7d54bc61
Commit
7d54bc61
authored
Nov 18, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
等比缩放
parent
03c3dcac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
21 deletions
+10
-21
ActivityBoard.vue
src/components/viitto/ActivityBoard.vue
+10
-20
router.js
src/router.js
+0
-1
No files found.
src/components/viitto/ActivityBoard.vue
View file @
7d54bc61
...
...
@@ -289,8 +289,9 @@
#box
{
overflow
:
hidden
;}
</
style
>
<
template
>
<div
class=
"ActivityBoard"
>
<div
class=
"middle"
>
<div
class=
"ActivityBoard"
>
<div
:style=
"
{zoom: zoom}">
<div
class=
"middle"
>
<div
class=
"Text"
>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
<span>
...
...
@@ -308,30 +309,16 @@
</div>
</div>
</div>
<!-- v-show="liState" -->
<div
id=
"box"
class=
"personDiv"
>
<ul
id=
"list1"
>
<li
class=
"li"
v-for=
"(item,index) in tempPopList"
:key=
"index"
>
<img
:onerror=
"defaultImg"
:src=
"item.customerPhoto"
alt
/>
{{
item
.
customerName
}}
购买了200元线路优惠价
</li>
<!--
<li>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
成都印象李思思
</li>
<li>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
成都印象李思思
</li>
<li>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
成都印象李思思
</li>
<li>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
成都印象李思思
</li>
<li>
<img
src=
"../../assets/img/activity/logo.png"
alt
/>
成都印象李思思
</li>
-->
</ul>
<ul
id=
"list2"
></ul>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -358,10 +345,13 @@ export default {
l2
:
''
,
liState
:
true
,
tempPopList
:[]
tempPopList
:[],
zoom
:
1
,
};
},
mounted
()
{
let
Height
=
window
.
innerHeight
this
.
zoom
=
Math
.
round
((
Height
/
1080
)
*
100
)
/
100
this
.
init
();
this
.
GetData
();
this
.
scrollMove
=
setInterval
(
this
.
MoveInit
,
1000
);
...
...
src/router.js
View file @
7d54bc61
...
...
@@ -8,7 +8,6 @@ import dataLook from './components/viitto/dataLook'
import
saleDataLook
from
'./components/viitto/saleDataLook'
import
PerCompetition
from
'./components/viitto/PerCompetition'
import
ActivityBoard
from
'./components/viitto/ActivityBoard'
import
ActivityBoard22
from
'./components/viitto/ActivityBoard22'
Vue
.
use
(
Router
)
...
...
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