xinelu-applet-ui/pagesB/exchangerecords/exchangerecords.vue
2023-09-22 15:29:53 +08:00

19 lines
158 B
Vue

<template>
<view class="app">
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>