diff --git a/src/views/VideoPlay/components/ProductItem.vue b/src/views/VideoPlay/components/ProductItem.vue index 4c800b9..65027d7 100644 --- a/src/views/VideoPlay/components/ProductItem.vue +++ b/src/views/VideoPlay/components/ProductItem.vue @@ -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) { diff --git a/src/views/VideoPlay/components/carItem.vue b/src/views/VideoPlay/components/carItem.vue index a9c715b..fe532e9 100644 --- a/src/views/VideoPlay/components/carItem.vue +++ b/src/views/VideoPlay/components/carItem.vue @@ -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) { diff --git a/src/views/VideoPlay/hComponents/TgInteract.vue b/src/views/VideoPlay/hComponents/TgInteract.vue index 9ef969b..111a7c1 100644 --- a/src/views/VideoPlay/hComponents/TgInteract.vue +++ b/src/views/VideoPlay/hComponents/TgInteract.vue @@ -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, }) } }