mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 18:11:00 +08:00
合并投诉建议和开门的代码
This commit is contained in:
commit
ba7dc085db
11
app.json
11
app.json
@ -36,8 +36,8 @@
|
|||||||
{
|
{
|
||||||
"pagePath": "pages/applicationKey/applicationKey",
|
"pagePath": "pages/applicationKey/applicationKey",
|
||||||
"text": "开门",
|
"text": "开门",
|
||||||
"iconPath": "images/circle.png",
|
"iconPath": "images/applicationKey.png",
|
||||||
"selectedIconPath": "images/circleSelected.png"
|
"selectedIconPath": "images/applicationKey-selected.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/my/my",
|
"pagePath": "pages/my/my",
|
||||||
@ -56,6 +56,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
|
|
||||||
"van-button": "lib/button/index",
|
"van-button": "lib/button/index",
|
||||||
"van-toast": "lib/toast/index",
|
"van-toast": "lib/toast/index",
|
||||||
"van-field": "lib/field/index",
|
"van-field": "lib/field/index",
|
||||||
@ -68,7 +69,11 @@
|
|||||||
"van-radio": "lib/radio/index",
|
"van-radio": "lib/radio/index",
|
||||||
"van-radio-group": "lib/radio-group/index",
|
"van-radio-group": "lib/radio-group/index",
|
||||||
"van-picker": "lib/picker/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"
|
"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-->
|
<view>
|
||||||
<text>pages/applicationKey/applicationKey.wxml</text>
|
<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