lhl 2 years ago
parent
commit
7bfceba648
4 changed files with 42 additions and 2 deletions
  1. 7 0
      pages.json
  2. 1 1
      pages/index/index.vue
  3. 33 0
      pages/transaction/czlist.vue
  4. 1 1
      pages/transaction/transaction.vue

+ 7 - 0
pages.json

@@ -26,6 +26,13 @@
 				"navigationStyle": "custom"
 			}
 		},
+		{
+			"path": "pages/transaction/czlist",
+			"style": {
+				"navigationBarTitleText": "充幣記錄",
+				"navigationStyle": "custom"
+			}
+		},
 		{
 			"path": "pages/transaction/tblist",
 			"style": {

+ 1 - 1
pages/index/index.vue

@@ -190,7 +190,7 @@
 				})
 			},
 			closeScoket() {
-				that.scoket.scoketClose();
+				this.scoket.scoketClose();
 			},
 			// 获取查询列表
 			geLevertade() {

+ 33 - 0
pages/transaction/czlist.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>

+ 1 - 1
pages/transaction/transaction.vue

@@ -126,7 +126,7 @@ export default {
 			})
 		},
 		closeScoket() {
-			that.scoket.scoketClose();
+			this.scoket.scoketClose();
 		},
 		// 获取查询列表
 		geLevertade() {