fix: bug修改

This commit is contained in:
kenny
2025-11-14 10:31:07 +08:00
parent bc74352cd5
commit b7928cdda0
5 changed files with 67 additions and 20 deletions
@@ -16,11 +16,13 @@
</template>
<script setup>
import sheep from '@/sheep';
import {watch} from 'vue'
const fittingRoomStore = sheep.$store('fittingRoom');
function tryItOn() {
fittingRoomStore.tryOn();
}
</script>
<style lang="scss" scoped>
.clothes-box {