From 0616283418e99fb45d1d69aeb238cf63006c19fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Thu, 4 Jun 2026 14:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AF=9D=E5=92=8C=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=8D=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/call-log/detail/callDetail.vue | 9 +- pages/other/bank/gsyh.vue | 12 +- pages/other/bank/jsyh.vue | 3270 ++++++++++++----------- pages/other/bank/nyyh.vue | 17 +- pages/other/bank/zsyh.vue | 5 +- static/image/other/bank/jsyh/code.png | Bin 950 -> 2611 bytes static/image/other/bank/jsyh/editor.png | Bin 431 -> 1451 bytes 7 files changed, 1687 insertions(+), 1626 deletions(-) diff --git a/pages/call-log/detail/callDetail.vue b/pages/call-log/detail/callDetail.vue index b183255..bbb12e0 100644 --- a/pages/call-log/detail/callDetail.vue +++ b/pages/call-log/detail/callDetail.vue @@ -16,7 +16,7 @@ , height:data.headerHeight+'px'}"> + style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;" :style="{height:data.headerHeight+'px'}"> {{data.info.address}} - {{data.info.name||formatString(data.info.phone)}} + {{data.info.name||formatString(data.info.phone)}} @@ -768,6 +768,7 @@ data.index = Number(option.index) let listArr = uni.getStorageSync('callLog') data.info = listArr[data.index] + data.info.avatar='/static/logo.png' data.list = data.info.list || data.list console.log(data.info) data.headerHeight=data.info.avatar?519:325 @@ -783,9 +784,9 @@ const y = e.scrollTop; const max = 200; let p = Math.min(y / max, 1); - data.contentY = -p * 90; + data.contentY = -p * (data.info.avatar?70:90); data.avatarY = -p * 0; - data.text2Y = -p * 130; + data.text2Y = -p * (data.info.avatar?70:130); data.avatarScale = 1 - p * 0.55; // 1 → 0.6 textScale data.textScale = 1 - p * 0.5; // 1 → 0.6 diff --git a/pages/other/bank/gsyh.vue b/pages/other/bank/gsyh.vue index 1f959c4..53f2075 100644 --- a/pages/other/bank/gsyh.vue +++ b/pages/other/bank/gsyh.vue @@ -9,7 +9,7 @@ - + @@ -40,7 +40,8 @@ {{data.form.cardType}} {{maskCardNumber(data.form.cardNumber)}} - 查看 + 查看 @@ -381,7 +382,9 @@ onMounted(() => { } // #endif }); - +function back(){ + uni.navigateBack() +} function loadCache() { const cache = uni.getStorageSync(CACHE_KEY); if (cache) { @@ -758,6 +761,7 @@ function onNumberInput(field, value) { display: flex; flex-direction: column; margin-left: 22rpx; + width: calc(100% - 130rpx); } .text_2 { @@ -768,6 +772,8 @@ function onNumberInput(field, value) { .text_3 { font-size: 26rpx; color: #333333; + display: flex; + flex-direction: row; } .group_48162 { diff --git a/pages/other/bank/jsyh.vue b/pages/other/bank/jsyh.vue index 168bbf8..6d54f49 100644 --- a/pages/other/bank/jsyh.vue +++ b/pages/other/bank/jsyh.vue @@ -1,208 +1,231 @@ - + z-index: 99999 !important; + display: flex; + align-items: center; + justify-content: center; + + .info { + width: calc(100vw - 30px); + background: #FFFFFF; + border-radius: 4px 4px 4px 4px; + display: flex; + flex-direction: column; + + .title { + font-weight: 400; + font-size: 16px; + color: #1A1A1A; + margin-left: 20px; + margin-top: 40rpx; + text-align: center; + } + + .dec { + font-weight: 400; + font-size: 17px; + color: #1A1A1A; + margin-left: 20px; + margin-top: 18rpx; + text-align: center; + } + + .btnbox { + margin-top: 26rpx; + display: flex; + align-items: center; + justify-content: center; + border-top: 1rpx solid #F2F2F2; + + .btn { + width: calc(50% - 1rpx); + height: 54px; + line-height: 54px; + font-weight: 400; + font-size: 15px; + color: #4466D4; + text-align: center; + } + + .btns { + border-left: 1rpx solid #F2F2F2; + } + } + } + } + \ No newline at end of file diff --git a/pages/other/bank/nyyh.vue b/pages/other/bank/nyyh.vue index ec868c7..413bcbc 100644 --- a/pages/other/bank/nyyh.vue +++ b/pages/other/bank/nyyh.vue @@ -13,7 +13,7 @@ - + 借记卡详情 @@ -249,6 +249,10 @@ function formatNumber(num) { function onNumberInput(field, value) { editDialog.data[field] = formatNumber(value); } + +function back(){ + uni.navigateBack() +}