Commit 5f0848a9 by 谢中龙

提交代码增加appid

parent 102e2650
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
"wx5717ceb7cfa09f2e", "wx5717ceb7cfa09f2e",
"wx358b56af62edbde1", "wx358b56af62edbde1",
"wxc3b64b09b1d3dfc2", "wxc3b64b09b1d3dfc2",
"wx857ea77f4f7f4f34" "wx857ea77f4f7f4f34",
"wxda40a0626a68d8fb"
], ],
"sitemapLocation": "sitemap.json" "sitemapLocation": "sitemap.json"
} }
\ No newline at end of file
...@@ -105,11 +105,11 @@ wxService.page({ ...@@ -105,11 +105,11 @@ wxService.page({
}); });
}, },
//开始定时任务 每10s调用一下 //开始定时任务 每60s调用一下
startTimer() { startTimer() {
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.onTapRefreshNo(); this.onTapRefreshNo();
}, 10000); }, 60000);
}, },
// //
......
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