zhouhao
2021-11-03 4a311630af63b915e2c5747a141975ce5ad9ef13
src/views/user/loginByWx.vue
@@ -67,7 +67,7 @@
      if ((!this.openId && !this.urlCode) || (typeof this.openId == "undefined" && !this.urlCode)) {
        let url = location.host;
        // url = "t.finlean.com";
        var str = encodeURIComponent(`https://${url}/sib_wx_scoren/#/loginByWx`);
        var str = encodeURIComponent(`https://${url}/sib_wx_scoreq/#/loginByWx`);
        var fn = new GoWeChat("wx594ab33e0466eccf", str);
        fn.gocontract();
      } else {