|
@@ -59,12 +59,9 @@
|
|
|
})
|
|
|
},
|
|
|
getStatusBarHeightInvoke(data){
|
|
|
- this.$dialog.confirm({
|
|
|
- title: '标题',
|
|
|
- message:JSON.stringify(data),
|
|
|
- }).then(()=>{
|
|
|
- this.$router.push('loginByPhone');
|
|
|
- })
|
|
|
+ this.$toast(JSON.stringify(data));
|
|
|
+ return;
|
|
|
+ this.$router.push('loginByPhone');
|
|
|
},
|
|
|
}
|
|
|
}
|