Commit 13812c4f authored by wangxuelai's avatar wangxuelai

''

parent df44c1f1
......@@ -245,7 +245,7 @@ Page({
clockListGet() {
const that = this;
const visitor = LocalStorage.getItem('visitor');
if (!this.data.sid) {
if (this.data.sid == 0) {
return;
}
if (this.data.listLoading) {
......
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