Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
This commit is contained in:
@@ -21,7 +21,7 @@ import {mapState} from 'vuex'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppWxworkQrcode",
|
name: "AppWxworkQrcode",
|
||||||
appName: "群二维码",
|
appName: "居民社群",
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
src/project/fengdu/AppHome/img/kaiping3.png
Normal file
BIN
src/project/fengdu/AppHome/img/kaiping3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
37
src/project/fengdu/AppHome/openPage.vue
Normal file
37
src/project/fengdu/AppHome/openPage.vue
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<template>
|
||||||
|
<div class="openPage">
|
||||||
|
<img class="images" src="./img/kaiping3.png" alt="">
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "openPage",
|
||||||
|
appName: "openPage",
|
||||||
|
customNavigation: true,
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
|
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.openPage {
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
.images {
|
||||||
|
width: 100%;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user