谢杰标 пре 2 година
родитељ
комит
8859990acb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      pages3/live/detail.vue

+ 2 - 2
pages3/live/detail.vue

@@ -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;