积分兑换
This commit is contained in:
41
src/project/pidu/AppRedemptionPoints/placeOrder.vue
Normal file
41
src/project/pidu/AppRedemptionPoints/placeOrder.vue
Normal file
@@ -0,0 +1,41 @@
|
||||
<template>
|
||||
<div class="placeOrder">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {mapState} from "vuex";
|
||||
|
||||
export default {
|
||||
name: 'placeOrder',
|
||||
appName: '提交订单',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
document.title = '提交订单'
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onReachBottom() {
|
||||
// this.current = this.current + 1
|
||||
// this.getList()
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.placeOrder {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user