Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wxcp_app into dev
This commit is contained in:
@@ -52,9 +52,6 @@ export default {
|
|||||||
isMyGirds() {
|
isMyGirds() {
|
||||||
return !!this.$route.query.self
|
return !!this.$route.query.self
|
||||||
},
|
},
|
||||||
userGird() {
|
|
||||||
return this.user?.gridInfo || {}
|
|
||||||
},
|
|
||||||
isGridMember() {
|
isGridMember() {
|
||||||
return this.user.girdCheckType > 0
|
return this.user.girdCheckType > 0
|
||||||
}
|
}
|
||||||
@@ -68,7 +65,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getAllGrids() {
|
getAllGrids() {
|
||||||
this.slectList = []
|
this.slectList = []
|
||||||
let {girdMemberId} = this.userGird,
|
let {girdMemberId} = this.user,
|
||||||
url = `/app/appgirdinfo/queryAppGirdInfoByGirdLevel`,
|
url = `/app/appgirdinfo/queryAppGirdInfoByGirdLevel`,
|
||||||
params = {girdMemberId}
|
params = {girdMemberId}
|
||||||
if (this.isMyGirds) {
|
if (this.isMyGirds) {
|
||||||
|
|||||||
@@ -35,8 +35,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
`
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'setGird',
|
name: 'setGird',
|
||||||
@@ -166,9 +164,10 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.setGird {
|
.setGird {
|
||||||
height: 100%;
|
min-height: 100vh;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-bottom: 140px;
|
padding-bottom: 140px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.header-middle {
|
.header-middle {
|
||||||
.hint {
|
.hint {
|
||||||
|
|||||||
Reference in New Issue
Block a user