xiaohaizhao 1 год назад
Родитель
Сommit
7edb86ef82
2 измененных файлов с 15 добавлено и 0 удалено
  1. 13 0
      cloud/businessCard/edit.vue
  2. 2 0
      pages.json

+ 13 - 0
cloud/businessCard/edit.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        编辑名片
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 2 - 0
pages.json

@@ -82,6 +82,8 @@
 			}
 		}, {
 			"path": "businessCard/share"
+		}, {
+			"path": "businessCard/edit"
 		}, {
 			"path": "mySubscription/index"
 		}, {