lhl 2 years ago
parent
commit
a2a3137a7a
2 changed files with 48 additions and 3 deletions
  1. 15 3
      pages.json
  2. 33 0
      pages/heyue/heyue.vue

+ 15 - 3
pages.json

@@ -12,6 +12,12 @@
 				"navigationBarTitleText": "幣幣交易市場"
 			}
 		},
+		{
+			"path": "pages/heyue/heyue",
+			"style": {
+				"navigationBarTitleText": "合約"
+			}
+		},
 		{
 			"path": "pages/public/register",
 			"style": {
@@ -43,7 +49,7 @@
 		{
 			"path": "pages/user/user",
 			"style": {
-				"navigationBarTitleText": "我的"
+				"navigationBarTitleText": "資產"
 			}
 		}
 	],
@@ -62,7 +68,7 @@
 				"pagePath": "pages/index/index",
 				"iconPath": "static/tabBar/tab-home.png",
 				"selectedIconPath": "static/tabBar/tab-home-current.png",
-				"text": "首"
+				"text": "首"
 			},
 			{
 				"pagePath": "pages/transaction/transaction",
@@ -70,11 +76,17 @@
 				"selectedIconPath": "static/tabBar/tab-home-current.png",
 				"text": "交易"
 			},
+			{
+				"pagePath": "pages/heyue/heyue",
+				"iconPath": "static/tabBar/tab-home.png",
+				"selectedIconPath": "static/tabBar/tab-home-current.png",
+				"text": "合約"
+			},
 			{
 				"pagePath": "pages/user/user",
 				"iconPath": "static/tabBar/tab-my.png",
 				"selectedIconPath": "static/tabBar/tab-my-current.png",
-				"text": "我的"
+				"text": "資產"
 			}
 		]
 	}

+ 33 - 0
pages/heyue/heyue.vue

@@ -0,0 +1,33 @@
+<template>
+	<view class="content">
+
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+
+			}
+		},
+		onLoad() {
+
+		},
+		onShow() {
+
+		},
+		onReachBottom() {
+
+		},
+		onReady() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style lang="scss">
+</style>