Files
barter-app/pages/order/details.vue
zhangmanman ec3c9428b3 更新代码
2021-09-23 10:18:51 +08:00

24 lines
233 B
Vue

<template>
<view>
订单详情
</view>
</template>
<script>
import { orderJournal } from '@/apis/interfaces/store'
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>