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 @@ +