From 32da76af092cbb779c93f156c8fbdf2bbe7254e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kaizheng=28=E9=83=91=E5=87=AF=29?= Date: Fri, 25 Apr 2025 13:30:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/VideoPlay/components/ProductItem.vue | 3 +-- src/views/VideoPlay/components/carItem.vue | 3 +-- src/views/VideoPlay/hComponents/TgInteract.vue | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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, }) } }