fix:bug修复

This commit is contained in:
kaizheng(郑凯) 2025-04-25 13:30:14 +08:00
parent eb4a0c31cf
commit 32da76af09
3 changed files with 3 additions and 6 deletions

View File

@ -70,8 +70,7 @@ const toDetail = async () => {
token: store.state.userInfo.token,
refreshToken: store.state.userInfo.refreshToken,
activityId: props.item.url,
staffNo:
props.detail.saleUserStaffNo || props.detail.advisorBasic.staffNo,
staffNo: props.detail.saleUserWorkNo || props.detail.advisorBasic.workNo,
})
} else {
if (props.liveProductId) {

View File

@ -72,8 +72,7 @@ const toDetail = async () => {
token: store.state.userInfo.token,
refreshToken: store.state.userInfo.refreshToken,
activityId: props.item.url,
staffNo:
props.detail.saleUserStaffNo || props.detail.advisorBasic.staffNo,
staffNo: props.detail.saleUserWorkNo || props.detail.advisorBasic.workNo,
})
} else {
if (props.liveProductId) {

View File

@ -232,8 +232,7 @@ async function toActivityPage(type) {
token: store.state.userInfo.token,
refreshToken: store.state.userInfo.refreshToken,
activityId: props.carPushObj.url,
staffNo:
props.detail.saleUserStaffNo || props.detail.advisorBasic.staffNo,
staffNo: props.detail.saleUserWorkNo || props.detail.advisorBasic.workNo,
})
}
}