diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue index 0861f8b..af4348a 100644 --- a/pages/news3/LogisticsInquiry.vue +++ b/pages/news3/LogisticsInquiry.vue @@ -49,8 +49,7 @@ scanCode() { uni.scanCode({ success: (res) => { - this.logisticsNum = res.result - console.log(res); + this.logisticsNum = res.result; }, fail: (res) => { console.log(res) @@ -158,17 +157,17 @@ } .footerBtn { - width: 80%; - - height: 100upx; + width: 86%; + height: 88upx; background: #FF5050; - border-radius: 6px 6px 6px 6px; + border-radius: 36px 36px 36px 36px; + opacity: 1; font-size: 28upx; font-family: PingFang SC, PingFang SC; font-weight: 500; color: #FFFFFF; - line-height: 100upx; + line-height: 88upx; text-align: center; - margin: 70upx auto; + margin: 96upx auto 0 auto; } diff --git a/pages/news3/ManualEntry.vue b/pages/news3/ManualEntry.vue index ba41018..0a3fa77 100644 --- a/pages/news3/ManualEntry.vue +++ b/pages/news3/ManualEntry.vue @@ -1,7 +1,7 @@