Compare commits

..

No commits in common. "9ee97373bc5708270e8b19d25938eefb87ed2736" and "539309b3702edfd7424dbab7a6687d5b9de5b9c9" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -163,7 +163,7 @@ export default {
});
}
});
}else if (this.state == 2) {
} if (this.state == 2) {
if (!this.$u.test.mobile(this.phone)) {
this.$refs.uToast.show({
title: '手机号码有误!',

View File

@ -379,9 +379,6 @@
console.log('App Launch');
},
onShow: function() {
if(!this.zhibo){
return ;
}
this.stop()
this.startPreview()
this.start()

View File

@ -47,7 +47,6 @@ export default {
this.$u.api.reportdetail({
id: id
}).then(res => {
console.log(res)
if (res.errCode != 0) {
this.$refs.uToast.show({
title: res.message,