我的订单,提交订单
This commit is contained in:
26
src/apps/AppIntegralExchange/myOder.vue
Normal file
26
src/apps/AppIntegralExchange/myOder.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="myOder"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'myOder',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
document.title = '我的订单'
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.myOder {
|
||||
|
||||
}
|
||||
</style>
|
||||
28
src/apps/AppIntegralExchange/orderForm.vue
Normal file
28
src/apps/AppIntegralExchange/orderForm.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<template>
|
||||
<div class="orderForm">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'orderForm',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
document.title = '提交订单'
|
||||
},
|
||||
methods() {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.orderForm {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user