fix: 修复openid获取
This commit is contained in:
parent
b04fb8b54a
commit
b5361ad8e4
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue