6.9
@ -73,6 +73,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.swiper-item {
|
.swiper-item {
|
||||||
.order-list {
|
.order-list {
|
||||||
|
height:100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 20rpx 30rpx 0;
|
padding: 20rpx 30rpx 0;
|
||||||
.order-item {
|
.order-item {
|
||||||
|
29
pages.json
@ -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": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "uni-app",
|
"navigationBarTitleText": "uni-app",
|
||||||
|
BIN
static/image/home.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
static/image/home2.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
static/image/mall.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
static/image/mall2.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
static/image/message.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
static/image/message2.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
static/image/mine.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
static/image/mine2.png
Normal file
After Width: | Height: | Size: 4.8 KiB |