shish 3 weeks ago
parent
commit
c5451a41d7

+ 1 - 1
ghsApp/src/admin/ghsNotice/add.vue

@@ -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>
         </view>
 

+ 1 - 1
hdApp/src/admin/shopNotice/add.vue

@@ -59,7 +59,7 @@
                 <text class="checkbox-text">{{ item.label }}</text>
               </label>
             </checkbox-group>
-            <text class="form-tip">同个位置有多个公告,每5秒轮播一条</text>
+            <text class="form-tip">同个位置有多个公告,每6秒轮播一条</text>
           </view>
         </view>
 

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -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"