zs 2 years ago
parent
commit
85bebbc09d
1 changed files with 27 additions and 0 deletions
  1. 27 0
      pagesHome/order/detail.vue

+ 27 - 0
pagesHome/order/detail.vue

@@ -0,0 +1,27 @@
+<template>
+	<mobile-frame>
+		<view class="main">
+			<view class="one">
+1
+			</view>
+		</view>
+	</mobile-frame>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+
+			};
+		},
+		onShow: function() {},
+		methods: {
+
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>