From 01138b4c3bfd1a69d3a3327e26c371f51fe46978 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Wed, 03 Nov 2021 16:17:26 +0800
Subject: [PATCH] 解决门店详情保存只能点击一次问题
---
src/views/main/product.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/main/product.vue b/src/views/main/product.vue
index f60f5f0..e6c4ba0 100644
--- a/src/views/main/product.vue
+++ b/src/views/main/product.vue
@@ -96,7 +96,7 @@
alert("openId:" + openId);
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_scorep%2f%23%2f" + "&response_type=code&scope=snsapi_userinfo" + "#wechat_redirect";
+ var strUrl = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + "wx594ab33e0466eccf" + "&redirect_uri=" + "https%3a%2f%2fsie.jycash.cn%2fsib_wx_scoreq%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(
--
Gitblit v1.8.0