Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
This commit is contained in:
32
src/project/fengdu/AppCircle/MyPostList.vue
Normal file
32
src/project/fengdu/AppCircle/MyPostList.vue
Normal file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import {mapState} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "MyPostList",
|
||||
appName: '我的帖子',
|
||||
computed: {
|
||||
...mapState(['user', 'token']),
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
@import "~dvcp-wui/common";
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
background-color: #F3F6F9;
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user