From 246b5c26a2c17f5baa0a70c893fae819ef8d2e84 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 26 十二月 2024 18:28:54 +0800
Subject: [PATCH] ll
---
h5_meeting/pages/index/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/h5_meeting/pages/index/index.vue b/h5_meeting/pages/index/index.vue
index 04de318..07b8517 100644
--- a/h5_meeting/pages/index/index.vue
+++ b/h5_meeting/pages/index/index.vue
@@ -151,9 +151,9 @@
// 璁剧疆浜岀淮鐮佸唴瀹�
// qr.data = "https://uqrcode.cn/doc";
qr.data =
- "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxac2a80c2144c4ee0&redirect_uri=http://192.168.0.109:8080/redirect.html&response_type=code&scope=snsapi_base&state=1#wechat_redirect";
+ "https://atwl.ahzyssl.com/zhyq_h5/#/pages/login/login/?type=2&yw=1&ywid=" + this.meetingInfo.id
// 璁剧疆浜岀淮鐮佸ぇ灏忥紝蹇呴』涓巆anvas璁剧疆鐨勫楂樹竴鑷�
- qr.size = 83;
+ qr.size = 104;
// 璋冪敤鍒朵綔浜岀淮鐮佹柟娉�
qr.make();
// 鑾峰彇canvas涓婁笅鏂�
@@ -340,16 +340,16 @@
}
.qrcode_wrap {
- width: 92px;
- height: 92px;
+ width: 110px;
+ height: 110px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
-
+
.qrcode {
- width: 84px;
- height: 84px;
+ width: 104px;
+ height: 104px;
}
}
--
Gitblit v1.9.3