Authored by 李靖

时间筛选

import 'home/family-coin.page.css';
import $ from 'yoho-jquery';
import Page from 'yoho-page';
import tip from 'plugin/tip';
import resultRender from 'home/coin-list.hbs';
class ScoreDetail extends Page {
... ... @@ -79,6 +80,8 @@ class ScoreDetail extends Page {
this.beginTime = parseInt(this.endTime, 10) - parseInt(this.beginTime, 10);
}
break;
default:
tip.show('请稍后再试~~');
}
this.end = false;
this.page = 1;
... ...