mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
开发门禁钥匙申请功能
This commit is contained in:
parent
8eed88e047
commit
787634c17a
9
app.json
9
app.json
@ -33,8 +33,8 @@
|
||||
{
|
||||
"pagePath": "pages/applicationKey/applicationKey",
|
||||
"text": "开门",
|
||||
"iconPath": "images/circle.png",
|
||||
"selectedIconPath": "images/circleSelected.png"
|
||||
"iconPath": "images/applicationKey.png",
|
||||
"selectedIconPath": "images/applicationKey-selected.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
@ -61,7 +61,10 @@
|
||||
"van-panel": "lib/panel/index",
|
||||
"van-steps": "lib/steps/index",
|
||||
"van-cell": "lib/cell/index",
|
||||
"van-cell-group": "lib/cell-group/index"
|
||||
"van-cell-group": "lib/cell-group/index",
|
||||
"van-row": "lib/row/index",
|
||||
"van-col": "lib/col/index"
|
||||
|
||||
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
|
||||
BIN
images/applicationKey-selected.png
Normal file
BIN
images/applicationKey-selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
BIN
images/applicationKey.png
Normal file
BIN
images/applicationKey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.9 KiB |
@ -1,2 +1,10 @@
|
||||
<!--pages/applicationKey/applicationKey.wxml-->
|
||||
<text>pages/applicationKey/applicationKey.wxml</text>
|
||||
<view>
|
||||
<view>
|
||||
申请门禁钥匙
|
||||
</view>
|
||||
<van-row>
|
||||
<van-col span="8">span: 8</van-col>
|
||||
<van-col span="8">span: 8</van-col>
|
||||
<van-col span="8">span: 8</van-col>
|
||||
</van-row>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user