From d1425aa67c0c6c0e087ce32b1779ee02bbcdc4c6 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 27 Jul 2021 14:53:20 +0800
Subject: [PATCH] 接入宁夏移动
---
src/views/main/product.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/main/product.vue b/src/views/main/product.vue
index 3b95b1c..04bc6c0 100644
--- a/src/views/main/product.vue
+++ b/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_scoreb%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
+ "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scorei%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('花呗分期');
},
--
Gitblit v1.8.0