fix: 更新包码

This commit is contained in:
zhangds 2024-05-15 11:38:10 +08:00
parent 5362d27566
commit 20ba90f8a0
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@
let openid = getQueryString("openid"); let openid = getQueryString("openid");
if (openid) { if (openid) {
this.openid = openid; this.openid = openid;
this.getGoodsStatus();
} }
}, },
mounted() { mounted() {