🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-03-02 02:51:45 +08:00
parent 6331ce09d1
commit 405cc77c36
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
setup () { setup () {
const goods = ref({}); const goods = ref({});
const toast = ref(false); const toast = ref(false);
const loading = ref(false);
const clr = ref(null); const clr = ref(null);
const goodsCount = ref(0); const goodsCount = ref(0);