瀏覽代碼

编辑名片页面

xiaohaizhao 1 年之前
父節點
當前提交
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"
 		}, {