storeBelieveInLight 1 年間 前
コミット
66b805635a
共有3 個のファイルを変更した26 個の追加0 個の削除を含む
  1. 7 0
      pages.json
  2. 19 0
      shop/deliveryman.vue
  3. BIN
      static/images/new_ui/delivery_man_dialog.png

+ 7 - 0
pages.json

@@ -191,6 +191,13 @@
191 191
                 	"style" : {
192 192
                 		 "navigationStyle" : "custom"
193 193
                 	}
194
+                },
195
+                {
196
+                	"path" : "deliveryman",
197
+                	"style" : 
198
+                	{
199
+                		"navigationBarTitleText" : ""
200
+                	}
194 201
                 }
195 202
             ]
196 203
         },

+ 19 - 0
shop/deliveryman.vue

@@ -0,0 +1,19 @@
1
+<template>
2
+	<view class="delivery-man">
3
+		选择送货人
4
+	</view>
5
+</template>
6
+
7
+<script>
8
+	export default {
9
+		data() {
10
+			return {
11
+				
12
+			};
13
+		}
14
+	}
15
+</script>
16
+
17
+<style lang="scss">
18
+
19
+</style>

BIN
static/images/new_ui/delivery_man_dialog.png