fix: bug修复

This commit is contained in:
kaizheng(郑凯) 2025-02-27 13:52:23 +08:00
parent 041773b1c1
commit 63c193cd88

View File

@ -86,7 +86,11 @@ const queryCircleDetail = async () => {
queryCircleDetail() queryCircleDetail()
const toPaymentUrl = () => { const toPaymentUrl = () => {
location.href = detail.value.page.paymentUrl location.href = window.config.getCarProductLink({
token: store.state.userInfo.token,
refreshToken: store.state.userInfo.refreshToken,
activityId: detail.value.paymentUrl,
})
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>