zhaoxiaoqiang
2021-07-27 d1fcf1e2e1e9de451550b7ea6835d86ecb94758c
src/views/user/loginByWx.vue
@@ -73,7 +73,6 @@
    }
    clearTimeout(this.timer);
    this.urlCode = this.getUrlCode("code");
    console.log(this.urlCode);
    this.init();
  },
  methods: {
@@ -84,7 +83,6 @@
     * **/
    init() {
      this.openId = localStorage.sib_wx_openId;
      console.log(this.openId)
      this.showContent = false;
      // 模拟数据本地调试
      // this.openId = "oJbj21YwUatdNaYf3iEPwwGtWuUg";
@@ -93,10 +91,9 @@
        (!this.openId && !this.urlCode) ||
        (typeof this.openId == "undefined" && !this.urlCode)
      ) {
        console.log(111);
        let url = location.host;
        // url = "t.finlean.com";
        var str = encodeURIComponent(`https://${url}/sib_wx_scorei/#/loginByWx`);
        var str = encodeURIComponent(`https://${url}/sib_wx_scorem/#/loginByWx`);
        var fn = new GoWeChat("wx594ab33e0466eccf", str);
        fn.gocontract();
      } else {