29216 学习强国
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
<template>
|
||||
<div class="AppGreatPowerIntegral">
|
||||
|
||||
<div class="myIntegral">
|
||||
<span>824</span>
|
||||
<label>我的积分</label>
|
||||
</div>
|
||||
<div class="tabs"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AppGreatPowerIntegral',
|
||||
appName: '强国积分',
|
||||
appName: '学习强国',
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -20,12 +24,11 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppGreatPowerIntegral {
|
||||
|
||||
|
||||
|
||||
.dialog {
|
||||
padding: 30px;
|
||||
box-sizing: border-box;
|
||||
.myIntegral {
|
||||
height: 344px;
|
||||
width: 100%;
|
||||
background: #4181FF;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -38,6 +38,7 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'neighborDetail',
|
||||
appName: '四邻联动详情',
|
||||
data() {
|
||||
return {
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user