xbx #88

Merged
theluyuan merged 2 commits from xbx into master 2020-09-05 07:28:46 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 23916ea7fa - Show all commits

View File

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

View File

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