|
@@ -816,8 +816,8 @@ export default {
|
|
|
// this.photoPopup = true;
|
|
|
// this.isTaking = true;
|
|
|
console.log('this.options:', this.options);
|
|
|
- if (this.option.skipPort) {
|
|
|
- await this.$method.skipLogin(this.option.skipPort)
|
|
|
+ if (this.options.skipPort) {
|
|
|
+ await this.$method.skipLogin(this.options.skipPort)
|
|
|
}
|
|
|
if (this.$method.isGoLogin()) { // 从公众号消息进来的没登录需要跳到登录页,登录后返回
|
|
|
return;
|