Commit b116f59a by 陈玉桐

fix

parent 001bf8d4
...@@ -555,7 +555,7 @@ Page({ ...@@ -555,7 +555,7 @@ Page({
watchImgText: '加载中', watchImgText: '加载中',
}) })
} }
if(times>16){ if(times>60){
clearInterval(indexTimer) clearInterval(indexTimer)
// 获取失败 // 获取失败
me.setData({ me.setData({
...@@ -890,7 +890,7 @@ Page({ ...@@ -890,7 +890,7 @@ Page({
watchImgText: '加载中', watchImgText: '加载中',
}) })
} }
if(times>16){ if(times>60){
clearInterval(refreshTimer) clearInterval(refreshTimer)
// 获取失败 // 获取失败
me.setData({ me.setData({
......
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 to comment