This commit is contained in:
weipengfei 2024-03-06 15:09:19 +08:00
commit 2a8a470ec4
1 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</view> </view>
<view class="content-middle"> <view class="content-middle">
<view class="content-middlea" v-for="(item,index) in list" :key='index'> <view class="content-middlea" v-for="(item,index) in list" :key='index' @click="handleToWithDraw">
<view class="content-middlea-one"> <view class="content-middlea-one">
{{item.name}} {{item.name}}
</view> </view>
@ -749,6 +749,13 @@
this.$bus.$off('value-updated') this.$bus.$off('value-updated')
}, },
methods: { methods: {
//
handleToWithDraw() {
uni.navigateTo({
url: "/pages/users/embody/embody?mer_id=" + this.userInfoData.service.mer_id
})
},
// //
initTypeLiseMenu() { initTypeLiseMenu() {