Browse Source

直播页面bugbifx

谢杰标 2 years ago
parent
commit
8859990acb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages3/live/detail.vue

+ 2 - 2
pages3/live/detail.vue

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