xiaokuaisong-xiaochengxu/uniapp04/pages/details/details.vue

24 lines
198 B
Vue
Raw Normal View History

2024-10-18 07:53:00 +00:00
<template>
<!-- 测试页 -->
<view>
店铺详情4567
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>