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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ idx + 1 }}
+
+
+
+ {{ q.text }}
+
+
+
+ ›
+
+
+
+
+
+ 反馈中心
+
+
+
+
+
+ {{ feedbackText.length }}/200
+
+
+
+
+
+
+
+
+
+
+
+
+ 最多添加9张图片
+
+
+
+
+
+
+ 历史反馈内容
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/customerServicePlatform/historyRecord.vue b/pages/customerServicePlatform/historyRecord.vue
new file mode 100644
index 0000000..2a71ae0
--- /dev/null
+++ b/pages/customerServicePlatform/historyRecord.vue
@@ -0,0 +1,342 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.time }}
+
+ {{ item.statusText }}
+
+
+
+
+
+ {{ item.content }}
+ {{ item.content.length }}/200
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无内容~
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 4124e11..b6c2c39 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -264,14 +264,12 @@ export default {
object-fit: contain;
}
-.content-container {
- flex: 1;
- padding: 10px;
- width: 100%;
- box-sizing: border-box;
- overflow-x: hidden;
-}
-
+ .content-container {
+ padding: 20rpx;
+ width: 100%;
+ box-sizing: border-box;
+ overflow-x: hidden;
+ }
.section {
margin-bottom: 15px;
/* background-color: #f5f5f5; */
diff --git a/static/customer-service-platform/a1.png b/static/customer-service-platform/a1.png
new file mode 100644
index 0000000..12ac316
Binary files /dev/null and b/static/customer-service-platform/a1.png differ
diff --git a/static/customer-service-platform/a2.jpg b/static/customer-service-platform/a2.jpg
new file mode 100644
index 0000000..a9b7c19
Binary files /dev/null and b/static/customer-service-platform/a2.jpg differ
diff --git a/static/customer-service-platform/camera.png b/static/customer-service-platform/camera.png
new file mode 100644
index 0000000..9988605
Binary files /dev/null and b/static/customer-service-platform/camera.png differ
diff --git a/static/customer-service-platform/cs-platform-back.png b/static/customer-service-platform/cs-platform-back.png
new file mode 100644
index 0000000..4af54c5
Binary files /dev/null and b/static/customer-service-platform/cs-platform-back.png differ
diff --git a/static/customer-service-platform/ellipse-dc-img.png b/static/customer-service-platform/ellipse-dc-img.png
new file mode 100644
index 0000000..195a4c4
Binary files /dev/null and b/static/customer-service-platform/ellipse-dc-img.png differ
diff --git a/static/customer-service-platform/empty-content.png b/static/customer-service-platform/empty-content.png
new file mode 100644
index 0000000..9c83ead
Binary files /dev/null and b/static/customer-service-platform/empty-content.png differ
diff --git a/static/customer-service-platform/message.png b/static/customer-service-platform/message.png
new file mode 100644
index 0000000..0cfce4b
Binary files /dev/null and b/static/customer-service-platform/message.png differ
diff --git a/static/customer-service-platform/refresh-icon.png b/static/customer-service-platform/refresh-icon.png
new file mode 100644
index 0000000..316687f
Binary files /dev/null and b/static/customer-service-platform/refresh-icon.png differ
diff --git a/static/customer-service-platform/smile-icon.png b/static/customer-service-platform/smile-icon.png
new file mode 100644
index 0000000..1532095
Binary files /dev/null and b/static/customer-service-platform/smile-icon.png differ