From 9d9d8a906b52855deb054775d4002b5b19265704 Mon Sep 17 00:00:00 2001 From: maziyang <2049865907@qq.com> Date: Tue, 28 Oct 2025 17:18:26 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=E4=B8=AD=E5=8F=B0=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 3 +- components/footerBar.vue | 2 +- pages.json | 19 + pages/customerServicePlatform/csPlatformIndex.vue | 627 +++++++++++++++++++++ pages/customerServicePlatform/historyRecord.vue | 342 +++++++++++ pages/home/home.vue | 14 +- static/customer-service-platform/a1.png | Bin 0 -> 533337 bytes static/customer-service-platform/a2.jpg | Bin 0 -> 169951 bytes static/customer-service-platform/camera.png | Bin 0 -> 428 bytes .../customer-service-platform/cs-platform-back.png | Bin 0 -> 247 bytes .../customer-service-platform/ellipse-dc-img.png | Bin 0 -> 2118 bytes static/customer-service-platform/empty-content.png | Bin 0 -> 18240 bytes static/customer-service-platform/message.png | Bin 0 -> 523 bytes static/customer-service-platform/refresh-icon.png | Bin 0 -> 339 bytes static/customer-service-platform/smile-icon.png | Bin 0 -> 440 bytes 15 files changed, 997 insertions(+), 10 deletions(-) create mode 100644 pages/customerServicePlatform/csPlatformIndex.vue create mode 100644 pages/customerServicePlatform/historyRecord.vue create mode 100644 static/customer-service-platform/a1.png create mode 100644 static/customer-service-platform/a2.jpg create mode 100644 static/customer-service-platform/camera.png create mode 100644 static/customer-service-platform/cs-platform-back.png create mode 100644 static/customer-service-platform/ellipse-dc-img.png create mode 100644 static/customer-service-platform/empty-content.png create mode 100644 static/customer-service-platform/message.png create mode 100644 static/customer-service-platform/refresh-icon.png create mode 100644 static/customer-service-platform/smile-icon.png diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 1b8d0f6..07b129c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,8 @@ "version" : "1.0", "configurations" : [ { - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/components/footerBar.vue b/components/footerBar.vue index 21f703a..b4280c8 100644 --- a/components/footerBar.vue +++ b/components/footerBar.vue @@ -85,7 +85,7 @@ const tabChange = (value) => { } else if (value == 5) { //我的 if (props.type == 'member') return; uni.redirectTo({ - url: '/pages/home/member', + url: '/pages/customerServicePlatform/csPlatformIndex', animationType: 'fade-in' }) } diff --git a/pages.json b/pages.json index 4558c9f..263c2eb 100644 --- a/pages.json +++ b/pages.json @@ -69,7 +69,26 @@ "titleNView": false, "bounce": false } + }, + { + "path": "pages/customerServicePlatform/csPlatformIndex", + "style": { + "navigationStyle": "custom", + "disableSwipeBack": true, + "titleNView": false, + "bounce": false + } + }, + { + "path": "pages/customerServicePlatform/historyRecord", + "style": { + "navigationStyle": "custom", + "disableSwipeBack": true, + "titleNView": false, + "bounce": false + } } + ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/customerServicePlatform/csPlatformIndex.vue b/pages/customerServicePlatform/csPlatformIndex.vue new file mode 100644 index 0000000..dca6b4e --- /dev/null +++ b/pages/customerServicePlatform/csPlatformIndex.vue @@ -0,0 +1,627 @@ +