diff --git a/src/views/mall/promotion/kefu/components/member/MemberInfo.vue b/src/views/mall/promotion/kefu/components/member/MemberInfo.vue index 7d2d6af08..3acfece23 100644 --- a/src/views/mall/promotion/kefu/components/member/MemberInfo.vue +++ b/src/views/mall/promotion/kefu/components/member/MemberInfo.vue @@ -75,6 +75,9 @@ const tabActivation = computed(() => (tab: string) => activeTab.value === tab) const productBrowsingHistoryRef = ref>() const orderBrowsingHistoryRef = ref>() const handleClick = async (tab: string) => { + if (isEmpty(conversation)) { + return + } activeTab.value = tab await nextTick() await getHistoryList()