3
0
Fork 0

feat(mine): 移除获取会员奖衔信息接口,直接从用户信息里获取

This commit is contained in:
woody 2025-04-22 09:48:22 +08:00
parent ce54b039e9
commit dd1e06b057
2 changed files with 4 additions and 6 deletions

View File

@ -124,8 +124,6 @@ export const getMemberDirectpush = (params) => http.get('/member/api/member/get-
//校验服务有效期
export const agreement_expire = (params) => http.get('/member/api/member/agreement_expire', { params })
//会员奖衔信息
export const memberAwards = (params) => http.get('/member/api/member/member-awards-info', { params })
//创客空间收益
export const markBonus = (params) => http.post('/bonus/api/bonus/query-mark-bonus-detail', params)

View File

@ -44,7 +44,7 @@
</view>
<view class="cmem">
<view style="margin-right: 10rpx;">{{ '荣誉奖衔' }}:</view>
<view class="jxTit1">{{ awardsList.awardsName }}</view>
<view class="jxTit1">{{ userInfo.pkAwardsVal }}</view>
</view>
</view>
@ -675,9 +675,9 @@ export default {
});
this.actMenu = a;
});
api.memberAwards().then((res) => {
this.awardsList = res.data;
});
// api.memberAwards().then((res) => {
// this.awardsList = res.data;
// });
},
goTo(url) {
if (url == 1) {