Files
dvcp_v2_wxcp_app/src/apps/AppHelpEffect/helpDetail.vue

20 lines
266 B
Vue
Raw Normal View History

2022-07-21 10:19:50 +08:00
<template>
<div class="helpDetail"></div>
</template>
<script>
export default {
name: 'helpDetail',
data() {
return {}
},
methods() {},
onShow() {
document.title('帮扶情况')
}
}
</script>
<style lang="scss" scoped>
.helpDetail {}
</style>