29216 学习强国

This commit is contained in:
shijingjing
2022-04-20 15:49:33 +08:00
parent 11f7f6af35
commit c2b186c328
2 changed files with 12 additions and 8 deletions

View File

@@ -1,13 +1,17 @@
<template> <template>
<div class="AppGreatPowerIntegral"> <div class="AppGreatPowerIntegral">
<div class="myIntegral">
<span>824</span>
<label>我的积分</label>
</div>
<div class="tabs"></div>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'AppGreatPowerIntegral', name: 'AppGreatPowerIntegral',
appName: '强国积分', appName: '学习强国',
data() { data() {
return { return {
@@ -20,12 +24,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.AppGreatPowerIntegral { .AppGreatPowerIntegral {
.myIntegral {
height: 344px;
width: 100%;
.dialog { background: #4181FF;
padding: 30px; text-align: center;
box-sizing: border-box;
} }
} }
</style> </style>

View File

@@ -38,6 +38,7 @@
<script> <script>
export default { export default {
name: 'neighborDetail', name: 'neighborDetail',
appName: '四邻联动详情',
data() { data() {
return { return {
id: '', id: '',