xiaohaizhao 1 rok pred
rodič
commit
1f282abad9

+ 13 - 0
cloud/feedback/detail.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        意见反馈详情
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/feedback/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        意见反馈列表
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/feedback/insert.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        新建
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 6 - 0
pages.json

@@ -106,6 +106,12 @@
 			"path": "commodityAdjustment/detail"
 		}, {
 			"path": "collect/mylist"
+		}, {
+			"path": "feedback/index"
+		}, {
+			"path": "feedback/detail"
+		}, {
+			"path": "feedback/insert"
 		}]
 	}, {
 		"root": "team",