bug
This commit is contained in:
parent
6a20bf7df3
commit
03be0bf0cf
@ -20,7 +20,7 @@
|
||||
</view>
|
||||
<view class="">收款</view>
|
||||
</view>
|
||||
<view class="s-box">
|
||||
<view class="s-box" @click="goRecharge()">
|
||||
<view class="">
|
||||
<image src="/static/imgs/cz.png" mode=""></image>
|
||||
</view>
|
||||
@ -110,6 +110,11 @@
|
||||
tabbar
|
||||
},
|
||||
methods: {
|
||||
goRecharge(){
|
||||
uni.navigateTo({
|
||||
url:"/pagesHome/MemberRecharge/MemberRecharge"
|
||||
})
|
||||
},
|
||||
goCode() {
|
||||
uni.navigateTo({
|
||||
url: '/pagesHome/PaymentCode/PaymentCode'
|
||||
|
Loading…
Reference in New Issue
Block a user