@@ -58,7 +58,7 @@
<text class="checkbox-text">{{ item.label }}</text>
</label>
</checkbox-group>
- <text class="form-tip">同个位置有多个公告,每5秒轮播一条</text>
+ <text class="form-tip">同个位置有多个公告,每6秒轮播一条</text>
</view>
@@ -59,7 +59,7 @@
@@ -19,7 +19,7 @@
vertical
:autoplay="ghsNoticeList.length > 1"
:circular="ghsNoticeList.length > 1"
- :interval="5300"
+ :interval="6000"
:duration="400"
:skip-hidden-item-layout="true"
@change="onGhsNoticeChange"