解决了划走之后的问题
This commit is contained in:
parent
539309b370
commit
23916ea7fa
@ -163,7 +163,7 @@ export default {
|
||||
});
|
||||
}
|
||||
});
|
||||
} if (this.state == 2) {
|
||||
}else if (this.state == 2) {
|
||||
if (!this.$u.test.mobile(this.phone)) {
|
||||
this.$refs.uToast.show({
|
||||
title: '手机号码有误!',
|
||||
|
@ -379,6 +379,9 @@
|
||||
console.log('App Launch');
|
||||
},
|
||||
onShow: function() {
|
||||
if(!this.zhibo){
|
||||
return ;
|
||||
}
|
||||
this.stop()
|
||||
this.startPreview()
|
||||
this.start()
|
||||
|
Loading…
Reference in New Issue
Block a user