fix: 修复openid获取
This commit is contained in:
parent
b04fb8b54a
commit
b5361ad8e4
|
@ -143,7 +143,7 @@
|
|||
created() {
|
||||
let openid = getQueryString("openid");
|
||||
if (openid) {
|
||||
this.openid = openid;
|
||||
this.data.openid = openid;
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue