This commit is contained in:
ghusermoon 2020-06-09 10:12:32 +08:00
parent 768736514b
commit 55b5213e10
10 changed files with 30 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export default {
}
.swiper-item {
.order-list {
height:100%;
box-sizing: border-box;
padding: 20rpx 30rpx 0;
.order-item {

View File

@ -539,6 +539,35 @@
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#FF780F",
"backgroundColor": "#ffffff",
"fontSize": "12",
"iconWidth": "20",
"spacing": "7",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home2.png",
"text": "首页"
}, {
"pagePath": "pages/API/index",
"iconPath": "static/image/mall.png",
"selectedIconPath": "static/image/mall2.png",
"text": "商城"
}, {
"pagePath": "pages/API/index",
"iconPath": "static/image/message.png",
"selectedIconPath": "static/image/message2.png",
"text": "消息"
}, {
"pagePath": "pageE/mine/MineIndex",
"iconPath": "static/image/mine.png",
"selectedIconPath": "static/image/mine2.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",

BIN
static/image/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
static/image/home2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
static/image/mall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
static/image/mall2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
static/image/message.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
static/image/message2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/image/mine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
static/image/mine2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB