合并投诉建议和开门的代码

This commit is contained in:
wuxw 2019-12-31 13:21:15 +08:00
commit ba7dc085db
6 changed files with 18 additions and 5 deletions

View File

@ -36,8 +36,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",
@ -56,6 +56,7 @@
}
},
"usingComponents": {
"van-button": "lib/button/index",
"van-toast": "lib/toast/index",
"van-field": "lib/field/index",
@ -68,7 +69,11 @@
"van-radio": "lib/radio/index",
"van-radio-group": "lib/radio-group/index",
"van-picker": "lib/picker/index",
"van-uploader": "lib/uploader/index"
"van-uploader": "lib/uploader/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>