6.28(添加收益入口

This commit is contained in:
Hong
2024-06-28 23:17:10 +08:00
parent f9a8b2cf2d
commit 28e25242b2
4 changed files with 9 additions and 10 deletions

View File

@@ -18,16 +18,17 @@ export const mineMenu = [{
id: 5,
name: '我的钱包',
url: '/pages/driver/mine/wallet/wallet'
},
{
id: 7,
name: '我的佣金',
url: '/pages/driver/welfare/invite/invite_commission'
}, {
id: 6,
name: '我的收藏',
url: '/pages/driver/mine/my_favorite/my_favorite'
},
// {
// id: 7,
// name: '邀请有礼',
// url: '/pages/driver/welfare/invite/invite'
// },
// {
// id: 8,
// name: '绑定微信',

View File

@@ -2,8 +2,8 @@
"name" : "滴友之家",
"appid" : "__UNI__F2BE74F",
"description" : "",
"versionName" : "1.4.3",
"versionCode" : 143,
"versionName" : "1.4.4",
"versionCode" : 144,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,

View File

@@ -32,7 +32,7 @@
<view class="home-income-top-left f-26 c666">
今日收益()
</view>
<view class="home-income-top-right f-28">
<view class="home-income-top-right f-28" @click="$tab.navigateTo('/pages/driver/welfare/invite/invite_commission')" >
我的收益
</view>
<view class="home-income-center flex justify-center align-center">

View File

@@ -94,9 +94,7 @@
page: pageNo,
name:this.searchWord
}
console.log(obj);
getActivityListAPI(obj).then(res => {
console.log('助力活动分页列表 ', res.data);
this.$refs.paging.complete(res.data.list)
}).catch(err => {
this.$refs.paging.complete(false)