xiaohaizhao преди 1 година
родител
ревизия
a55da583c0
променени са 4 файла, в които са добавени 45 реда и са изтрити 0 реда
  1. 13 0
      cloud/commodityAdjustment/detail.vue
  2. 13 0
      cloud/commodityAdjustment/index.vue
  3. 13 0
      cloud/contacts/index.vue
  4. 6 0
      pages.json

+ 13 - 0
cloud/commodityAdjustment/detail.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        商品调整详情
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/commodityAdjustment/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        商品调整列表
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/contacts/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        通讯录列表
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 6 - 0
pages.json

@@ -83,6 +83,12 @@
 			"path": "subscriptionList/index"
 		}, {
 			"path": "winningNews/index"
+		}, {
+			"path": "contacts/index"
+		}, {
+			"path": "commodityAdjustment/index"
+		}, {
+			"path": "commodityAdjustment/detail"
 		}]
 	}, {
 		"root": "team",