zhaoxiaoqiang
2021-07-27 d1fcf1e2e1e9de451550b7ea6835d86ecb94758c
src/views/main/product.vue
@@ -101,7 +101,7 @@
            alert("codeId:"+codeId);
            if(codeId == undefined) {
                var strUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + "wx594ab33e0466eccf" +
                    "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scored%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
                    "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scorem%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
                window.location.href = strUrl;
            }else if(openId ==  undefined){
                this.$api.getWeChatUserInfo({"code":codeId}).then(
@@ -142,12 +142,11 @@
      //信用卡分期点击
      Click_XYK() {
        console.log('信用卡分期点击');
      },
      //花呗分期
      Click_HBFQ() {
        console.log('花呗分期');
      },