Files
dvcp_v2_wechat_app/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue
shijingjing 9e26794b24 头像
2022-04-20 15:37:08 +08:00

31 lines
374 B
Vue

<template>
<div class="AppGreatPowerIntegral">
</div>
</template>
<script>
export default {
name: 'AppGreatPowerIntegral',
appName: '强国积分',
data() {
return {
}
},
onShow() {},
methods: {}
}
</script>
<style lang="scss" scoped>
.AppGreatPowerIntegral {
.dialog {
padding: 30px;
box-sizing: border-box;
}
}
</style>