换个名字

This commit is contained in:
shijingjing
2023-03-15 10:03:07 +08:00
parent 6af9741708
commit 4d2cd7a065
5 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="AppActive">
<div class="AppLawActivities">
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
<div class="dataTop">
@@ -51,7 +51,7 @@
import { mapState } from 'vuex'
export default {
name: 'AppResidentActivities',
name: 'AppLawActivities',
appName: '普法活动',
components: {},
props: {},
@@ -87,7 +87,7 @@ export default {
})
},
onShow() {
document.title = '居民活动'
document.title = '普法活动'
},
mounted() {},
methods: {
@@ -145,7 +145,7 @@ export default {
uni-page-body {
height: 100%;
}
.AppActive {
.AppLawActivities {
height: 100%;
// background: #f3f6f9;

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB