mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
注释二维码开门
This commit is contained in:
parent
2877370be3
commit
0dbe6ccce6
@ -6,6 +6,10 @@ import Dialog from '../../lib/dialog/dialog';
|
|||||||
Page({
|
Page({
|
||||||
/**
|
/**
|
||||||
* 页面的初始数据
|
* 页面的初始数据
|
||||||
|
* {
|
||||||
|
name: "房屋出租",
|
||||||
|
src: "/images/6.png"
|
||||||
|
},
|
||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
communityId:'',
|
communityId:'',
|
||||||
@ -33,9 +37,6 @@ Page({
|
|||||||
name: "报修",
|
name: "报修",
|
||||||
src: "/images/5.png",
|
src: "/images/5.png",
|
||||||
href: "/pages/repair/repair2"
|
href: "/pages/repair/repair2"
|
||||||
}, {
|
|
||||||
name: "房屋出租",
|
|
||||||
src: "/images/6.png"
|
|
||||||
}, {
|
}, {
|
||||||
name: "公告",
|
name: "公告",
|
||||||
src: "/images/7.png",
|
src: "/images/7.png",
|
||||||
|
|||||||
@ -38,11 +38,11 @@
|
|||||||
url="/pages/viewPersonFace/viewPersonFace"
|
url="/pages/viewPersonFace/viewPersonFace"
|
||||||
text="采集人脸"
|
text="采集人脸"
|
||||||
/>
|
/>
|
||||||
<van-grid-item
|
<!-- <van-grid-item
|
||||||
icon="home-o"
|
icon="home-o"
|
||||||
link-type="navigateTo"
|
link-type="navigateTo"
|
||||||
url="/pages/applicationKey/applicationKey"
|
url="/pages/applicationKey/applicationKey"
|
||||||
text="二维码开门"
|
text="二维码开门"
|
||||||
/>
|
/> -->
|
||||||
</van-grid>
|
</van-grid>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user