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