ts_aimz_uni/pages/mine/mineAccount/mineCoupons/mineCoupons.vue
itgaojian163 3c9e0c3f08 初始化
2025-04-16 16:15:41 +08:00

23 lines
162 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>