Commit fed94c40 authored by ziyu's avatar ziyu

docs:修改

parent 44816998
......@@ -228,7 +228,7 @@
circular="{{true}}"
display-multiple-items="{{activityDisplayItems}}"
bindchange="onActivityChange"
autoplay="{{true}}"
autoplay="{{isAuto}}"
interval="1500">
<swiper-item wx:for="{{activityList}}" wx:key="index" catch:touchmove>
<view class="imgwrap">
......@@ -325,7 +325,8 @@
showAwardsModal: false,
awardsInfo: {},
isReceive: false,
isActiveDone: ''
isActiveDone: '',
isAuto:true,
},
computed: {
......@@ -647,6 +648,7 @@
this.isActiveDone = 'anima';
setTimeout(() => {
this.isActiveDone = 'anima hide';
this.isAuto = false;
}, 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