This commit is contained in:
zhaofang
2022-10-21 15:18:48 +08:00
parent cd31c7c801
commit b417d678a6
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
disableOnInteraction: false , disableOnInteraction: false ,
delay: 2000, delay: 2000,
}, },
speed: 1000, //切换速度即slider自动滑动开始到结束的时间单位ms speed: 2000, //切换速度即slider自动滑动开始到结束的时间单位ms
loop:true, //循环切换 loop:true, //循环切换
observe:true, observe:true,
peed: 300,//循环速度 peed: 300,//循环速度

View File

@@ -68,7 +68,7 @@
<span style="margin-left:14px">{{item.openType == 9?'公开':'私密'}}</span> <span style="margin-left:14px">{{item.openType == 9?'公开':'私密'}}</span>
<h6>{{ item.sysUpdateTime }}</h6> <h6>{{ item.sysUpdateTime }}</h6>
</div> </div>
<div class="all-content"> <div class="all-content" style="word-break:break-all;">
<span v-if="item.contentType != 3">{{ item.content }}</span> <span v-if="item.contentType != 3">{{ item.content }}</span>
<div v-else> <div v-else>
<template v-for="img in item.content"> <template v-for="img in item.content">