Commit bd1d1b81 by libai

测试

parent 61df30d3
Showing with 2 additions and 2 deletions
...@@ -813,7 +813,7 @@ $(function () { ...@@ -813,7 +813,7 @@ $(function () {
pageID: localStorage.canvasCode, pageID: localStorage.canvasCode,
}, },
success:function(data){ success:function(data){
console.log('获取活动中心列表',data) // console.log('获取活动中心列表',data)
var html=[]; var html=[];
for(var i=0;i<data.dataList.activitys.length;i++){ for(var i=0;i<data.dataList.activitys.length;i++){
...@@ -832,7 +832,7 @@ $(function () { ...@@ -832,7 +832,7 @@ $(function () {
}, },
}, },
autoplay: { autoplay: {
delay: 10000, delay: 8000,
}, },
loop:true, loop:true,
}); });
......
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 sign in to comment