diff --git a/pages/index/index.vue b/pages/index/index.vue index ca2302d..0254cbd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -765,12 +765,12 @@ width: 200rpx; line-height: 53rpx; border-radius: 33rpx; - border: 1rpx solid #248BAA; + border: 1rpx solid #525251; margin: 44rpx auto 0; text-align: center; font-weight: 500; font-size: 27rpx; - color: #248BAA; + color: #525251; } .couponImg { diff --git a/pages/login/login.vue b/pages/login/login.vue index 7cdfc5c..d7cd09c 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -155,7 +155,7 @@ } span { - color: rgba(113, 181, 128, 1); + color: #C3282E; } } \ No newline at end of file diff --git a/static/css/base.css b/static/css/base.css index 4b0b595..4c68785 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -151,10 +151,10 @@ view { height: 60rpx; background: rgba(0, 0, 0, .4); border-radius: 50%; - position: absolute; + position: fixed; left: 26rpx; top: 98rpx; - z-index: 2; + z-index: 200; } .topLeft .iconfont { font-size: 40rpx; diff --git a/subPackages/hotelHomestay/hotelHomestay.vue b/subPackages/hotelHomestay/hotelHomestay.vue index cb62dbc..509055b 100644 --- a/subPackages/hotelHomestay/hotelHomestay.vue +++ b/subPackages/hotelHomestay/hotelHomestay.vue @@ -191,7 +191,7 @@ width: 100%; height: 440rpx; .icon-back{ - position: absolute; + position: fixed; display: flex; align-items: center; z-index: 50; diff --git a/subPackages/order/trades.vue b/subPackages/order/trades.vue index e728378..7476303 100644 --- a/subPackages/order/trades.vue +++ b/subPackages/order/trades.vue @@ -113,10 +113,11 @@ onLoad(options) { console.log(options); if (options.type) this.typeIndex = this.typeList.findIndex(vm => vm.name === options.type); - this.getList(); - uni.$on("updateDataByConnect", this.getDataByConnect) }, + onShow() { + this.getList(); + }, onUnload() { uni.$off("updateDataByConnect", this.getDataByConnect) }, diff --git a/subPackages/ticketBooking/ticketBooking.vue b/subPackages/ticketBooking/ticketBooking.vue index 01e6dd5..f76df03 100644 --- a/subPackages/ticketBooking/ticketBooking.vue +++ b/subPackages/ticketBooking/ticketBooking.vue @@ -115,7 +115,7 @@ width: 100%; height: 440rpx; .icon-back{ - position: absolute; + position: fixed; display: flex; align-items: center; z-index: 50; diff --git a/subPackages/travelGuide/travelGuide.vue b/subPackages/travelGuide/travelGuide.vue index 6bb05ae..e42aa24 100644 --- a/subPackages/travelGuide/travelGuide.vue +++ b/subPackages/travelGuide/travelGuide.vue @@ -146,7 +146,7 @@ width: 100%; height: 440rpx; .icon-back{ - position: absolute; + position: fixed; display: flex; align-items: center; z-index: 50; diff --git a/subPackages/user/coupon.vue b/subPackages/user/coupon.vue index 5219279..ce0fbf4 100644 --- a/subPackages/user/coupon.vue +++ b/subPackages/user/coupon.vue @@ -259,7 +259,7 @@ .coupon-item .item-top .price { font-size: 25rpx; font-weight: bold; - color: #FC5209; + color: #C3282E; display: flex; align-items: baseline; justify-content: center; @@ -273,7 +273,7 @@ .top-left .subtitle { width: 100%; font-size: 24rpx; - color: #FC5209; + color: #C3282E; padding-left: 6rpx; overflow: hidden; white-space: nowrap; diff --git a/subPackages/user/profile.vue b/subPackages/user/profile.vue index 0984eae..e449e10 100644 --- a/subPackages/user/profile.vue +++ b/subPackages/user/profile.vue @@ -16,10 +16,10 @@ 性别 {{gender == 1 ? '男' : (gender == 2 ? '女' : '保密')}} - + 手机号 {{info.mobile}} - + 生日 diff --git a/subPackages/user/travelerList.vue b/subPackages/user/travelerList.vue index 77b6ae9..7e8c682 100644 --- a/subPackages/user/travelerList.vue +++ b/subPackages/user/travelerList.vue @@ -90,7 +90,7 @@ - {{showType ? '添加联系人' : '添加收货地址'}} + {{showType ? '添加收货地址' : '添加联系人'}}