fix: bug修复
This commit is contained in:
parent
041773b1c1
commit
63c193cd88
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user