xinelu-applet-ui/pagesB/exchangerecords/exchangerecords.vue

19 lines
158 B
Vue
Raw Normal View History

2023-09-22 15:29:53 +08:00
<template>
<view class="app">
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>