个人中心
This commit is contained in:
41
src/project/qujing/AppMine/integralInfo.vue
Normal file
41
src/project/qujing/AppMine/integralInfo.vue
Normal file
@@ -0,0 +1,41 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
name: "integralInfo",
|
||||
appName: "积分明细",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user', 'token']),
|
||||
},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: '积分明细'
|
||||
})
|
||||
uni.setNavigationBarColor({
|
||||
frontColor: "#000000",
|
||||
backgroundColor: "#F4F6FA",
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
@import "~dvcp-wui/common";
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
background-color: #F4F5FA;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user