diff --git a/App.vue b/App.vue index 114d844..3f1b9a4 100644 --- a/App.vue +++ b/App.vue @@ -13,7 +13,6 @@ console.log('启动参数:', JSON.stringify(options)) console.log('环境:', process.env.NODE_ENV) - uni.setStorageSync('onNativeEventReceive', "no") // 清除上次遗留的跳转指令,防止正常启动时自动跳转 uni.removeStorageSync('jumpTarget_url'); diff --git a/pages.json b/pages.json index 35c9856..70cb421 100644 --- a/pages.json +++ b/pages.json @@ -404,6 +404,22 @@ "navigationBarTitleText" : "工商银行", "navigationStyle": "custom" } + }, + { + "path" : "bank/nyyh", + "style" : + { + "navigationBarTitleText" : "农业银行", + "navigationStyle": "custom" + } + }, + { + "path" : "bank/jsyh", + "style" : + { + "navigationBarTitleText" : "建设银行", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/call-log/detail/callDetail.vue b/pages/call-log/detail/callDetail.vue index 20fb0fb..b183255 100644 --- a/pages/call-log/detail/callDetail.vue +++ b/pages/call-log/detail/callDetail.vue @@ -8,36 +8,31 @@ - - + - - + , height:data.headerHeight+'px'}"> - + style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;" :style="{height:data.headerHeight+'rpx'}"> + 编辑 + :style="{opacity:data.info.avatar?0:1,transform: `scale(${data.avatarScale}) translateY(${data.avatarY}px)`}"> {{data.info.name.substring(0,1)}} - - + :style="{opacity:data.info.avatar?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)}} + + 信息 @@ -721,7 +716,10 @@ const data = reactive({ scale:1, avatarScale:1, + textScale:1, contentY:0, + avatarY:0, + text2Y:0, headerHeight:0, type: 'ios', index: 0, @@ -785,8 +783,12 @@ const y = e.scrollTop; const max = 200; let p = Math.min(y / max, 1); - data.contentY = -p * 100; - data.avatarScale = 1 - p * 0.5; // 1 → 0.6 + data.contentY = -p * 90; + data.avatarY = -p * 0; + data.text2Y = -p * 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); @@ -1458,9 +1460,9 @@ width: 60rpx; height: 60rpx; z-index: 1; - position: relative; - margin-left: 0; - margin-top: 0; + position: fixed; + left: 0; + top: 0; } .group_47577 { @@ -3524,4 +3526,15 @@ } } } + .ios-edit{ + width: 50px; + height: 30px; + text-align: center; + line-height: 30px; + background: rgba(0,0,0,0.1); + border-radius: 15px 15px 15px 15px; + font-weight: 400; +font-size: 16px; +color: #FFFFFF; + } \ No newline at end of file diff --git a/pages/call-log/detail/test.vue b/pages/call-log/detail/test.vue index 98f8a57..381cbe0 100644 --- a/pages/call-log/detail/test.vue +++ b/pages/call-log/detail/test.vue @@ -65,7 +65,6 @@ export default { computed: { headerHeight() { const y = this.scrollY; - // 🔥 折叠高度(关键) return Math.max(this.headerMin, this.headerMax - y); } diff --git a/pages/other/bank/gsyh.vue b/pages/other/bank/gsyh.vue index ca50820..1f959c4 100644 --- a/pages/other/bank/gsyh.vue +++ b/pages/other/bank/gsyh.vue @@ -1,176 +1,628 @@ \ No newline at end of file diff --git a/pages/other/bank/index.vue b/pages/other/bank/index.vue index 69a06cb..a9d47de 100644 --- a/pages/other/bank/index.vue +++ b/pages/other/bank/index.vue @@ -54,7 +54,7 @@ buttonColor: '#FB6767', }, icon: 'gsyh', - callUrl: "" + callUrl: "/pages/other/bank/gsyh" }, { name: '农业', @@ -64,7 +64,7 @@ buttonColor: '#FFA64D', }, icon: 'nyyh', - callUrl: "" + callUrl: "/pages/other/bank/nyyh" }, { name: '建设', @@ -74,7 +74,7 @@ buttonColor: '#5DCD49', }, icon: 'jsyh', - callUrl: "" + callUrl: "/pages/other/bank/jsyh" } ]) diff --git a/pages/other/bank/jsyh.vue b/pages/other/bank/jsyh.vue new file mode 100644 index 0000000..168bbf8 --- /dev/null +++ b/pages/other/bank/jsyh.vue @@ -0,0 +1,1704 @@ + + + + + diff --git a/pages/other/bank/nyyh.vue b/pages/other/bank/nyyh.vue new file mode 100644 index 0000000..ec868c7 --- /dev/null +++ b/pages/other/bank/nyyh.vue @@ -0,0 +1,1181 @@ + + + + + diff --git a/pages/other/bank/zsyh.vue b/pages/other/bank/zsyh.vue index c32970d..c3091a6 100644 --- a/pages/other/bank/zsyh.vue +++ b/pages/other/bank/zsyh.vue @@ -1339,7 +1339,7 @@ .popup-footer { display: flex; justify-content: space-between; - padding: 20rpx; + padding-top: 20rpx; border-top: 1rpx solid #eee; } diff --git a/static/image/other/bank/gsyh/back.png b/static/image/other/bank/gsyh/back.png new file mode 100644 index 0000000..8b85c3d Binary files /dev/null and b/static/image/other/bank/gsyh/back.png differ diff --git a/static/image/other/bank/gsyh/bottomImg.png b/static/image/other/bank/gsyh/bottomImg.png new file mode 100644 index 0000000..684ea7c Binary files /dev/null and b/static/image/other/bank/gsyh/bottomImg.png differ diff --git a/static/image/other/bank/gsyh/gnimg.png b/static/image/other/bank/gsyh/gnimg.png new file mode 100644 index 0000000..c9524aa Binary files /dev/null and b/static/image/other/bank/gsyh/gnimg.png differ diff --git a/static/image/other/bank/gsyh/gsyh.png b/static/image/other/bank/gsyh/gsyh.png new file mode 100644 index 0000000..af1e7fd Binary files /dev/null and b/static/image/other/bank/gsyh/gsyh.png differ diff --git a/static/image/other/bank/gsyh/kefu.png b/static/image/other/bank/gsyh/kefu.png new file mode 100644 index 0000000..e2241bd Binary files /dev/null and b/static/image/other/bank/gsyh/kefu.png differ diff --git a/static/image/other/bank/gsyh/more.png b/static/image/other/bank/gsyh/more.png new file mode 100644 index 0000000..ec7fe53 Binary files /dev/null and b/static/image/other/bank/gsyh/more.png differ diff --git a/static/image/other/bank/gsyh/mrzh.png b/static/image/other/bank/gsyh/mrzh.png new file mode 100644 index 0000000..6adfa6b Binary files /dev/null and b/static/image/other/bank/gsyh/mrzh.png differ diff --git a/static/image/other/bank/gsyh/rightIcon.png b/static/image/other/bank/gsyh/rightIcon.png new file mode 100644 index 0000000..1027a0e Binary files /dev/null and b/static/image/other/bank/gsyh/rightIcon.png differ diff --git a/static/image/other/bank/gsyh/titleIcon.png b/static/image/other/bank/gsyh/titleIcon.png new file mode 100644 index 0000000..712f503 Binary files /dev/null and b/static/image/other/bank/gsyh/titleIcon.png differ diff --git a/static/image/other/bank/jsyh/avatar.png b/static/image/other/bank/jsyh/avatar.png new file mode 100644 index 0000000..77a393e Binary files /dev/null and b/static/image/other/bank/jsyh/avatar.png differ diff --git a/static/image/other/bank/jsyh/back.png b/static/image/other/bank/jsyh/back.png new file mode 100644 index 0000000..0e742bf Binary files /dev/null and b/static/image/other/bank/jsyh/back.png differ diff --git a/static/image/other/bank/jsyh/cardBg.png b/static/image/other/bank/jsyh/cardBg.png new file mode 100644 index 0000000..5bf1c10 Binary files /dev/null and b/static/image/other/bank/jsyh/cardBg.png differ diff --git a/static/image/other/bank/jsyh/code.png b/static/image/other/bank/jsyh/code.png new file mode 100644 index 0000000..4deae69 Binary files /dev/null and b/static/image/other/bank/jsyh/code.png differ diff --git a/static/image/other/bank/jsyh/editor.png b/static/image/other/bank/jsyh/editor.png new file mode 100644 index 0000000..1fbd97e Binary files /dev/null and b/static/image/other/bank/jsyh/editor.png differ diff --git a/static/image/other/bank/jsyh/footerImg.png b/static/image/other/bank/jsyh/footerImg.png new file mode 100644 index 0000000..ee3fc1c Binary files /dev/null and b/static/image/other/bank/jsyh/footerImg.png differ diff --git a/static/image/other/bank/jsyh/gth.png b/static/image/other/bank/jsyh/gth.png new file mode 100644 index 0000000..bcff054 Binary files /dev/null and b/static/image/other/bank/jsyh/gth.png differ diff --git a/static/image/other/bank/jsyh/headerBg.png b/static/image/other/bank/jsyh/headerBg.png new file mode 100644 index 0000000..096b96a Binary files /dev/null and b/static/image/other/bank/jsyh/headerBg.png differ diff --git a/static/image/other/bank/jsyh/kefu.png b/static/image/other/bank/jsyh/kefu.png new file mode 100644 index 0000000..385d9d6 Binary files /dev/null and b/static/image/other/bank/jsyh/kefu.png differ diff --git a/static/image/other/bank/jsyh/more.png b/static/image/other/bank/jsyh/more.png new file mode 100644 index 0000000..465dca7 Binary files /dev/null and b/static/image/other/bank/jsyh/more.png differ diff --git a/static/image/other/bank/jsyh/rightIcon.png b/static/image/other/bank/jsyh/rightIcon.png new file mode 100644 index 0000000..a624fe2 Binary files /dev/null and b/static/image/other/bank/jsyh/rightIcon.png differ diff --git a/static/image/other/bank/jsyh/wx.png b/static/image/other/bank/jsyh/wx.png new file mode 100644 index 0000000..b4fe0d8 Binary files /dev/null and b/static/image/other/bank/jsyh/wx.png differ diff --git a/static/image/other/bank/jsyh/zc.png b/static/image/other/bank/jsyh/zc.png new file mode 100644 index 0000000..cecb982 Binary files /dev/null and b/static/image/other/bank/jsyh/zc.png differ diff --git a/static/image/other/bank/jsyh/zfb.png b/static/image/other/bank/jsyh/zfb.png new file mode 100644 index 0000000..45a5a75 Binary files /dev/null and b/static/image/other/bank/jsyh/zfb.png differ diff --git a/static/image/other/bank/nyyh/china.png b/static/image/other/bank/nyyh/china.png new file mode 100644 index 0000000..9968b0d Binary files /dev/null and b/static/image/other/bank/nyyh/china.png differ diff --git a/static/image/other/bank/nyyh/copy.png b/static/image/other/bank/nyyh/copy.png new file mode 100644 index 0000000..bad6544 Binary files /dev/null and b/static/image/other/bank/nyyh/copy.png differ diff --git a/static/image/other/bank/nyyh/eyes.png b/static/image/other/bank/nyyh/eyes.png new file mode 100644 index 0000000..6d49c2b Binary files /dev/null and b/static/image/other/bank/nyyh/eyes.png differ