xuqiaoying 2 жил өмнө
parent
commit
09b1fa59e9
1 өөрчлөгдсөн 14 нэмэгдсэн , 0 устгасан
  1. 14 0
      pages3/polyv/detail.vue

+ 14 - 0
pages3/polyv/detail.vue

@@ -955,6 +955,8 @@ export default {
       this.informId = option.informId;
       // this.clickOfficial()
     }
+    if (option.skipPort) {
+    }
   },
   onShow() {
 
@@ -978,6 +980,18 @@ export default {
   mounted() {},
   methods: {
     ...mapMutations(["updateChapterOpen", "updateLiveLast"]),
+    // 手机号码自动登入
+    telphoneLogin() {
+      this.$http({
+        url: "/app/common/telphone_login",
+        method: "post",
+        data: { sign: this.option.skipPort },
+      }).then((res) => {
+        if (res.data.code == 200) {
+          console.log('手机号码自动登入');
+        }
+      });
+    },
     // 新增微信公众号模板消息点击数据
     clickOfficial() {
       this.$http({