fix: 修复openid获取

This commit is contained in:
zhangds 2024-05-11 16:44:17 +08:00
parent b04fb8b54a
commit b5361ad8e4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
created() { created() {
let openid = getQueryString("openid"); let openid = getQueryString("openid");
if (openid) { if (openid) {
this.openid = openid; this.data.openid = openid;
} }
}, },
mounted() { mounted() {