feat(mine): 直推列表改名

This commit is contained in:
woody 2025-10-22 14:40:34 +08:00
parent 0215c0c600
commit 685d0faf74
3 changed files with 4 additions and 4 deletions

View File

@ -290,7 +290,7 @@ export default {
this.stageName = this.stageOptions[0][0].label
this.queryParams.stage = this.stageOptions[0][0].value
// ""
const statusIndex = 1
const statusIndex = 2
this.selectedStatusValue = this.statusOptions[0][statusIndex].value
this.statusName = this.statusOptions[0][statusIndex].label
this.queryParams.stageStatus = this.selectedStatusValue

View File

@ -15,8 +15,8 @@
<text class="value">{{ item.settleGradeVal }}</text>
</view>
<view class="item-row">
<text class="label">会员昵称</text>
<text class="value">{{ item.nickName }}</text>
<text class="label">会员姓名</text>
<text class="value">{{ item.memberName }}</text>
</view>
<view class="item-row">
<text class="label">创建时间</text>

View File

@ -305,7 +305,7 @@ export default {
},
{
url: '/pages/mine/directPush/index',
name: '直推列表',
name: '服务列表',
imgurl: '../../static/images/mark5.png',
menuKey: 'directPush',
ifshow: false,