From b5361ad8e4d8da429f4724a6feb29200b27b41ef Mon Sep 17 00:00:00 2001 From: zhangds Date: Sat, 11 May 2024 16:44:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dopenid=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redPackets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redPackets.html b/redPackets.html index 47971dc..af02344 100644 --- a/redPackets.html +++ b/redPackets.html @@ -143,7 +143,7 @@ created() { let openid = getQueryString("openid"); if (openid) { - this.openid = openid; + this.data.openid = openid; } }, mounted() {