摘要: // 声明变量 applicationInterval: any; // 定时器 nextBtnText: String; nextBtnBool: Boolean; // 使用定时器,每秒执行一次 ionViewDidEnter() { let that = this; let applicationPageOpenData: number = parseI... 阅读全文
posted @ 2018-10-30 15:09 11个条子 阅读(960) 评论(0) 推荐(0)