From 2c2950003c88be99453b29e3548461c54776b9d0 Mon Sep 17 00:00:00 2001 From: wangyang Date: Tue, 16 Sep 2025 14:20:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?CRM-=E8=B5=B0=E8=AE=BF=E6=9F=A5=E7=9C=8B-?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=B0=E5=A2=9E=E8=B5=B0=E8=AE=BF=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/marketActivity/visitReport.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/business/CRM/marketActivity/visitReport.vue b/src/pages/business/CRM/marketActivity/visitReport.vue index 77aa8e5..21b6c9b 100644 --- a/src/pages/business/CRM/marketActivity/visitReport.vue +++ b/src/pages/business/CRM/marketActivity/visitReport.vue @@ -28,7 +28,8 @@ class="scroll-h" :class="{ 'loading-scroll': cssFlag }"> @@ -257,7 +258,11 @@ function touchstart(item) { } let isLongPressed = ref(false); -function touchend() { +function touchend(item) { + visistId.value = item.visistId + cusName.value = item.cusName + cusId.value = item.cusId + status.value = item.status // 如果未触发长按,则执行点击逻辑 if (!isLongPressed.value) { uni.navigateTo({ From b42a4456bdcbee417b50a83ce2f3049cf3dca495 Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Tue, 16 Sep 2025 15:08:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceAuth/deviceAuth.vue | 2 ++ src/pages/login/login.vue | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/deviceAuth/deviceAuth.vue b/src/pages/deviceAuth/deviceAuth.vue index cae7fed..cbfc633 100644 --- a/src/pages/deviceAuth/deviceAuth.vue +++ b/src/pages/deviceAuth/deviceAuth.vue @@ -407,7 +407,9 @@ const handleSubmit=()=>{ .container .bg-h{ background:url('@/static/images/PicLogoTxt2@2x.png') center bottom 10rpx no-repeat; background-size:487rpx 214rpx; + /* #ifdef APP-PLUS */ width: 100vw; + /* #endif */ height: calc(100vh - 110px) ; margin:0 auto; } diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index eda9782..ac7189a 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -264,9 +264,9 @@ const submitForm = () => { // #ifdef H5 //h5测试用 内网-sn123456 - //公司外网 'f3fca83f-bf56-47f4-a98b-a602ed8bddee' + //公司外网 'f3fca83f-bf56-47f4-a98b-a602ed8bddee' 529a5543-6957-401e-b090-13df6dee5429 //友晟外网 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2' - param.uniqCode = 'f3fca83f-bf56-47f4-a98b-a602ed8bddee'; + param.uniqCode = 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2'; let res = await login(param); userStore.login(res); uni.switchTab({ url: '/pages/home/home' }) @@ -362,7 +362,9 @@ page{ .login-con .bg-h{ background:url('@/static/images/login-txt.png') center bottom 10rpx no-repeat; background-size:654rpx 121rpx; + /* #ifdef APP-PLUS */ width: 100vw; + /* #endif */ height: calc(100vh - 10px) ; margin:0 auto; }