@@ -26,6 +26,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/transaction/czlist",
+ "style": {
+ "navigationBarTitleText": "充幣記錄",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/transaction/tblist",
"style": {
@@ -190,7 +190,7 @@
})
closeScoket() {
- that.scoket.scoketClose();
+ this.scoket.scoketClose();
// 获取查询列表
geLevertade() {
@@ -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>
@@ -126,7 +126,7 @@ export default {