Browse Source

819提交

master
fan 4 years ago
parent
commit
a2d44f8028
  1. 6
      pages/menu/withdrawl/index.vue
  2. 6
      pages/menu/withdrawl/transactions/index.vue
  3. 8
      pages/menu/withdrawl/withdrawlRecord/index.vue

6
pages/menu/withdrawl/index.vue

@ -156,17 +156,17 @@
}, },
methods: { methods: {
gow() { gow() {
uni.reLaunch({ uni.navigateTo({
url: '../index' url: '../index'
}) })
}, },
goBouns() { goBouns() {
uni.reLaunch({ uni.navigateTo({
url: './transactions/index' url: './transactions/index'
}) })
}, },
goProRe() { goProRe() {
uni.reLaunch({ uni.navigateTo({
url: './withdrawlRecord/index' url: './withdrawlRecord/index'
}) })
}, },

6
pages/menu/withdrawl/transactions/index.vue

@ -100,17 +100,17 @@
}, },
methods:{ methods:{
gow(){ gow(){
uni.reLaunch({ uni.navigateTo({
url:'../index' url:'../index'
}) })
}, },
goBouns(){ goBouns(){
uni.reLaunch({ uni.navigateTo({
url:'./transactions/index' url:'./transactions/index'
}) })
}, },
goProRe(){ goProRe(){
uni.reLaunch({ uni.navigateTo({
url:'./withdrawlRecord/index' url:'./withdrawlRecord/index'
}) })
}, },

8
pages/menu/withdrawl/withdrawlRecord/index.vue

@ -97,22 +97,22 @@
}, },
methods:{ methods:{
gow(){ gow(){
uni.reLaunch({ uni.navigateTo({
url:'../index' url:'../index'
}) })
}, },
goBouns(){ goBouns(){
uni.reLaunch({ uni.navigateTo({
url:'./transactions/index' url:'./transactions/index'
}) })
}, },
goProRe(){ goProRe(){
uni.reLaunch({ uni.navigateTo({
url:'./withdrawlRecord/index' url:'./withdrawlRecord/index'
}) })
}, },
goBalance(){ goBalance(){
uni.reLaunch({ uni.navigateTo({
url:'../index' url:'../index'
}) })
} }

Loading…
Cancel
Save