From 507973d7dcfcfa3c8c291e5649fb2a5011772cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Fri, 5 Jun 2026 11:15:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- pages/call-log/detail/callDetail.vue | 14 +- pages/common/recharge/index.vue | 4147 +++++++++++++------------- pages/other/bank/nyyh.vue | 2334 ++++++++------- pages/other/bank/zsyh.vue | 16 +- static/image/recharge/66/bannar.png | Bin 0 -> 794528 bytes static/image/recharge/66/icon1.png | Bin 0 -> 8811 bytes static/image/recharge/66/icon10.png | Bin 0 -> 7589 bytes static/image/recharge/66/icon11.png | Bin 0 -> 6576 bytes static/image/recharge/66/icon12.png | Bin 0 -> 6466 bytes static/image/recharge/66/icon13.png | Bin 0 -> 9032 bytes static/image/recharge/66/icon14.png | Bin 0 -> 8368 bytes static/image/recharge/66/icon15.png | Bin 0 -> 5842 bytes static/image/recharge/66/icon2.png | Bin 0 -> 8689 bytes static/image/recharge/66/icon3.png | Bin 0 -> 7789 bytes static/image/recharge/66/icon4.png | Bin 0 -> 7349 bytes static/image/recharge/66/icon5.png | Bin 0 -> 6605 bytes static/image/recharge/66/icon6.png | Bin 0 -> 7442 bytes static/image/recharge/66/icon7.png | Bin 0 -> 6433 bytes static/image/recharge/66/icon8.png | Bin 0 -> 9901 bytes static/image/recharge/66/icon9.png | Bin 0 -> 6244 bytes 21 files changed, 3270 insertions(+), 3243 deletions(-) create mode 100644 static/image/recharge/66/bannar.png create mode 100644 static/image/recharge/66/icon1.png create mode 100644 static/image/recharge/66/icon10.png create mode 100644 static/image/recharge/66/icon11.png create mode 100644 static/image/recharge/66/icon12.png create mode 100644 static/image/recharge/66/icon13.png create mode 100644 static/image/recharge/66/icon14.png create mode 100644 static/image/recharge/66/icon15.png create mode 100644 static/image/recharge/66/icon2.png create mode 100644 static/image/recharge/66/icon3.png create mode 100644 static/image/recharge/66/icon4.png create mode 100644 static/image/recharge/66/icon5.png create mode 100644 static/image/recharge/66/icon6.png create mode 100644 static/image/recharge/66/icon7.png create mode 100644 static/image/recharge/66/icon8.png create mode 100644 static/image/recharge/66/icon9.png diff --git a/main.js b/main.js index 62f5d60..70e3a61 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.6.sp4') + uni.setStorageSync('version', '1.0.6.sp5') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/call-log/detail/callDetail.vue b/pages/call-log/detail/callDetail.vue index 7ccd710..b8ba0ba 100644 --- a/pages/call-log/detail/callDetail.vue +++ b/pages/call-log/detail/callDetail.vue @@ -12,10 +12,10 @@ - @@ -27,10 +27,10 @@ {{data.info.name.substring(0,1)}} + :style="{opacity:data.info.avatar?(data.headerHeight=='206'?1:0):1,transform: `scale(${data.avatarScale}) translateY(${data.avatarY}px)`}" /> {{data.info.address}} - {{data.info.name||formatString(data.info.phone)}} + {{data.info.name||formatString(data.info.phone)}} @@ -784,15 +784,15 @@ const y = e.scrollTop; const max = 200; let p = Math.min(y / max, 1); - data.contentY = -p * (data.info.avatar?70:90); + data.contentY = -p * (data.info.avatar?65:90); data.avatarY = -p * 0; - data.text2Y = -p * (data.info.avatar?70:130); + data.text2Y = -p * (data.info.avatar?75:130); data.avatarScale = 1 - p * 0.55; // 1 → 0.6 textScale data.textScale = 1 - p * 0.5; // 1 → 0.6 data.scale = 1 - p * 1; // 1 → 0.6 - console.log(data.avatarScale ) data.headerHeight=Math.max(206,(data.info.avatar?519:325) - y); + console.log(data.headerHeight ) }else{ } diff --git a/pages/common/recharge/index.vue b/pages/common/recharge/index.vue index 72918db..560c75d 100644 --- a/pages/common/recharge/index.vue +++ b/pages/common/recharge/index.vue @@ -36,8 +36,7 @@