开发门禁钥匙申请功能

This commit is contained in:
wuxw 2019-12-31 12:00:47 +08:00
parent 8eed88e047
commit 787634c17a
6 changed files with 16 additions and 5 deletions

View File

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

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

View File

@ -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>