浏览代码

创建文件

xiaohaizhao 1 年之前
父节点
当前提交
40ee8c6f83

+ 13 - 0
cloud/businessCard/index.vue

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

+ 13 - 0
cloud/globalSearch/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        全局搜索
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/mySubscription/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        我的预约
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
cloud/subscriptionList/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        预约名单
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 1 - 1
packageA/shop/history.vue

@@ -36,7 +36,7 @@ export default {
     }, onLoad(options) {
         this.getList(true)
         uni.setNavigationBarTitle({
-            title: '历史足迹',
+            title: options.title || '历史足迹',
         })
     },
     methods: {

+ 15 - 0
pages.json

@@ -66,6 +66,21 @@
 			"path": "orderForm/detail"
 		}, {
 			"path": "orderForm/insert"
+		}, {
+			"path": "budget/changePrice"
+		}, {
+			"path": "storeQRCode/index"
+		}]
+	}, {
+		"root": "cloud",
+		"pages": [{
+			"path": "globalSearch/index"
+		}, {
+			"path": "businessCard/index"
+		}, {
+			"path": "mySubscription/index"
+		}, {
+			"path": "subscriptionList/index"
 		}]
 	}],
 	"preloadRule": {

+ 13 - 0
store/budget/changePrice.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        装修预算改价
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>

+ 13 - 0
store/storeQRCode/index.vue

@@ -0,0 +1,13 @@
+<template>
+    <view>
+        店铺二维码
+    </view>
+</template>
+
+<script>
+export default {
+
+}
+</script>
+
+<style></style>