积分兑换列表
This commit is contained in:
33
src/apps/AppPointsChange/detail.vue
Normal file
33
src/apps/AppPointsChange/detail.vue
Normal file
@@ -0,0 +1,33 @@
|
||||
<template>
|
||||
<div class="detail">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {mapState} from "vuex";
|
||||
|
||||
export default {
|
||||
name: 'detail',
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
onShow() {
|
||||
document.title = '商品详情'
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.detail {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user