diff --git a/api/customerServicePlatform/customerServicePlatform.js b/api/customerServicePlatform/customerServicePlatform.js
index 7208adc..709cdbc 100644
--- a/api/customerServicePlatform/customerServicePlatform.js
+++ b/api/customerServicePlatform/customerServicePlatform.js
@@ -2,6 +2,14 @@ import { http } from '@/utils/http.js'
const baseFeedbackURL = "http://39.101.133.168:8828/link"
+export const getQuestion = (data) => {
+ return http({
+ method: 'POST',
+ url: 'http://pbb6edde.natappfree.cc' +'/api/customer/getQuestion',
+ data
+ })
+}
+
//反馈添加
export const addFeedbackRecord = (data) => {
diff --git a/pages.json b/pages.json
index 3cdd1c0..c842308 100644
--- a/pages.json
+++ b/pages.json
@@ -335,6 +335,15 @@
"titleNView": false,
"bounce": false
}
+ },
+ {
+ "path": "pages/customerServicePlatform/questionDetail",
+ "style": {
+ "navigationStyle": "custom",
+ "disableSwipeBack": true,
+ "titleNView": false,
+ "bounce": false
+ }
}
],
diff --git a/pages/customerServicePlatform/csPlatformIndex.vue b/pages/customerServicePlatform/csPlatformIndex.vue
index db28377..04d5e48 100644
--- a/pages/customerServicePlatform/csPlatformIndex.vue
+++ b/pages/customerServicePlatform/csPlatformIndex.vue
@@ -36,16 +36,12 @@
-
{{ idx + 1 }}
+ {{ q }}
-
-
- {{ q.text }}
-
-
›
@@ -72,12 +68,12 @@
-
+
- 最多添加9张图片
+ 最多添加3张图片
@@ -94,6 +90,8 @@
+
+
\ No newline at end of file
diff --git a/static/customer-service-platform/robot-head.png b/static/customer-service-platform/robot-head.png
new file mode 100644
index 0000000..f741d09
Binary files /dev/null and b/static/customer-service-platform/robot-head.png differ