Sfoglia il codice sorgente

编辑名片页面

xiaohaizhao 1 anno fa
parent
commit
7edb86ef82
2 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  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"
 		}, {