You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
311 B
15 lines
311 B
// //等待一会再执行
|
|
// this.timer = setInterval(() => {
|
|
// //TODO
|
|
// that.hideLoading();
|
|
// }, 2000);
|
|
|
|
|
|
// //拦截返回按钮事件
|
|
// onBackPress(e) {
|
|
// uni.reLaunch({
|
|
// url: 'Inspect'
|
|
// })
|
|
// // 此处一定要return为true,否则页面不会返回到指定路径
|
|
// return true;
|
|
// },
|
|
|