cashier_wx/pages/order/histpry-order/histpry-order.vue

23 lines
174 B
Vue

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