|
@@ -388,7 +388,7 @@
|
|
return {
|
|
return {
|
|
title: '您有新的分享订单,快来查看吧~',
|
|
title: '您有新的分享订单,快来查看吧~',
|
|
path: `/pages/user/order/orderShareLogin?orderID=${this.btnoRderID}&userID=${this.userID}`,
|
|
path: `/pages/user/order/orderShareLogin?orderID=${this.btnoRderID}&userID=${this.userID}`,
|
|
- imageUrl:'https://img.caimei365.com/group1/M00/03/88/Cmis214gHZKAU1akAA0_wnPokp4277.png'
|
|
|
|
|
|
+ imageUrl:'https://admin-b.caimei365.com/userfiles/1/images/photo/2020/02/%E5%88%86%E4%BA%AB%E7%95%8C%E9%9D%A2a%CC%8A%403x.png'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//订单状态文字和颜色
|
|
//订单状态文字和颜色
|
|
@@ -427,14 +427,14 @@
|
|
let statusBarHeight = this.systeminfo.statusBarHeight
|
|
let statusBarHeight = this.systeminfo.statusBarHeight
|
|
let headerPosi = this.headerBtnPosi
|
|
let headerPosi = this.headerBtnPosi
|
|
let btnPosi = { // 胶囊实际位置,坐标信息不是左上角原点
|
|
let btnPosi = { // 胶囊实际位置,坐标信息不是左上角原点
|
|
- height: headerPosi.height,
|
|
|
|
- width: headerPosi.width,
|
|
|
|
- // 胶囊top - 状态栏高度
|
|
|
|
- top: headerPosi.top - statusBarHeight,
|
|
|
|
- // 胶囊bottom - 胶囊height - 状态栏height (现胶囊bottom 为距离导航栏底部的长度)
|
|
|
|
- bottom: headerPosi.bottom - headerPosi.height - statusBarHeight,
|
|
|
|
- // 屏幕宽度 - 胶囊right
|
|
|
|
- right: this.systeminfo.screenWidth - headerPosi.right
|
|
|
|
|
|
+ height: headerPosi.height,
|
|
|
|
+ width: headerPosi.width,
|
|
|
|
+ // 胶囊top - 状态栏高度
|
|
|
|
+ top: headerPosi.top - statusBarHeight,
|
|
|
|
+ // 胶囊bottom - 胶囊height - 状态栏height (现胶囊bottom 为距离导航栏底部的长度)
|
|
|
|
+ bottom: headerPosi.bottom - headerPosi.height - statusBarHeight,
|
|
|
|
+ // 屏幕宽度 - 胶囊right
|
|
|
|
+ right: this.systeminfo.screenWidth - headerPosi.right
|
|
}
|
|
}
|
|
this.navbarHeight= headerPosi.bottom + btnPosi.bottom// 原胶囊bottom + 现胶囊bottom
|
|
this.navbarHeight= headerPosi.bottom + btnPosi.bottom// 原胶囊bottom + 现胶囊bottom
|
|
console.log(this.navbarHeight)
|
|
console.log(this.navbarHeight)
|
|
@@ -519,11 +519,11 @@
|
|
}
|
|
}
|
|
|
|
|
|
.active {
|
|
.active {
|
|
- border-bottom: 4rpx solid #AA8420;
|
|
|
|
|
|
+ border-bottom: 4rpx solid #E15616;
|
|
}
|
|
}
|
|
|
|
|
|
.active .tab-bar-title {
|
|
.active .tab-bar-title {
|
|
- color: #AA8420 !important;
|
|
|
|
|
|
+ color: #E15616 !important;
|
|
}
|
|
}
|
|
|
|
|
|
/*tabbar end*/
|
|
/*tabbar end*/
|
|
@@ -568,7 +568,7 @@
|
|
.order-title-num{
|
|
.order-title-num{
|
|
float: left;
|
|
float: left;
|
|
text-align: left;
|
|
text-align: left;
|
|
- color: #AA8420;
|
|
|
|
|
|
+ color: #E15616;
|
|
}
|
|
}
|
|
.order-title-tip{
|
|
.order-title-tip{
|
|
float: right;
|
|
float: right;
|