Commit fed94c40 authored by ziyu's avatar ziyu

docs:修改

parent 44816998
...@@ -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);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment