Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mini-program-wepy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mini-program-wepy
Commits
fed94c40
Commit
fed94c40
authored
Jun 05, 2020
by
ziyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs:修改
parent
44816998
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.wpy
src/pages/index.wpy
+4
-2
No files found.
src/pages/index.wpy
View file @
fed94c40
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
circular="{{true}}"
circular="{{true}}"
display-multiple-items="{{activityDisplayItems}}"
display-multiple-items="{{activityDisplayItems}}"
bindchange="onActivityChange"
bindchange="onActivityChange"
autoplay="{{
true
}}"
autoplay="{{
isAuto
}}"
interval="1500">
interval="1500">
<swiper-item wx:for="{{activityList}}" wx:key="index" catch:touchmove>
<swiper-item wx:for="{{activityList}}" wx:key="index" catch:touchmove>
<view class="imgwrap">
<view class="imgwrap">
...
@@ -325,7 +325,8 @@
...
@@ -325,7 +325,8 @@
showAwardsModal: false,
showAwardsModal: false,
awardsInfo: {},
awardsInfo: {},
isReceive: false,
isReceive: false,
isActiveDone: ''
isActiveDone: '',
isAuto:true,
},
},
computed: {
computed: {
...
@@ -647,6 +648,7 @@
...
@@ -647,6 +648,7 @@
this.isActiveDone = 'anima';
this.isActiveDone = 'anima';
setTimeout(() => {
setTimeout(() => {
this.isActiveDone = 'anima hide';
this.isActiveDone = 'anima hide';
this.isAuto = false;
}, 2000);
}, 2000);
}
}
}
}
...
...
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