File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ https://github.com/mantoufan/mtfPicListbox/releases
22
22
<div id="js_box"></div>
23
23
<!-- 放置图片列表的位置:结束 -->
24
24
<!-- 引入Js:开始 -->
25
- <script type='text/javascript' src="/mtfImgListbox .js"></script>
25
+ <script type='text/javascript' src="./mtfPicListbox .js"></script>
26
26
<!-- 引入Js:结束 -->
27
27
<!-- 初始化配置:开始 -->
28
28
<script>
29
- mtfJsImgList .init({
29
+ mtfPicListbox .init({
30
30
el: 'js_box', // 放置图片列表的容器ID
31
31
autoPlay: 3500, // 自动播放时间间隔,为0,不自动播放,点击任意图片,会停止自动播放
32
32
datas : {
Original file line number Diff line number Diff line change 9
9
< div id ="js_img_box "> </ div >
10
10
< script type ='text/javascript ' src ="./mtfPicListbox.js "> </ script >
11
11
< script >
12
- mtfJsImgList . init ( {
12
+ mtfPicListbox . init ( {
13
13
el : 'js_img_box' , // 放置图片列表的容器ID
14
14
autoPlay : 3500 , // 自动播放时间间隔,为0,不自动播放,点击任意图片,会停止自动播放
15
15
datas : {
You can’t perform that action at this time.
0 commit comments