提交 6e2b5054 authored 作者: matian's avatar matian

修改支付金额和协议新页面打开

上级 fdf85033
......@@ -62,15 +62,6 @@ const handleAgree = (val: any) => {
isAgreeText = false
}
}
const handleClose = () => {
isAgree = true
isAgreeText = false
}
const handleAgreement = () => {
window.open(
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E8%AF%AD%E8%A8%80%E5%BC%BA%E5%8C%96%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
)
}
</script>
<template>
......@@ -147,7 +138,11 @@ const handleAgreement = () => {
<el-checkbox v-model="isAgree" @change="handleAgree">
<span>同意</span>
</el-checkbox>
<a @click="handleAgreement">紫荆金保服务协议</a>
<a
href=" https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E8%AF%AD%E8%A8%80%E5%BC%BA%E5%8C%96%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf"
target="_blank"
>紫荆金保服务协议</a
>
</div>
<div
class="left_desc"
......@@ -159,7 +154,9 @@ const handleAgreement = () => {
<div class="to_pay_main" @click="handlePay">
<div class="pay_price">
<span class="to_pay">立即支付</span>
<span class="to_price"><i style="font-size: 12px">¥</i>1999.00</span>
<span class="to_price"
><i style="font-size: 12px">¥</i>{{ shopItem?.price }}</span
>
</div>
</div>
</div>
......
......@@ -44,15 +44,6 @@ const handleAgree = (val: any) => {
isAgreeText = false
}
}
const handleClose = () => {
isAgree = true
isAgreeText = false
}
const handleAgreement = () => {
window.open(
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E8%AF%AD%E8%A8%80%E5%BC%BA%E5%8C%96%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
)
}
</script>
<template>
......@@ -105,7 +96,11 @@ const handleAgreement = () => {
<el-checkbox v-model="isAgree" @change="handleAgree">
<span>同意</span></el-checkbox
>
<a @click="handleAgreement">紫荆金保服务协议</a>
<a
href=" https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sbu-plus/%E8%AF%AD%E8%A8%80%E5%BC%BA%E5%8C%96%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf"
target="_blank"
>紫荆金保服务协议</a
>
</div>
<div class="left_desc" :class="isAgreeText ? 'left_desc_active' : ''">
请先勾选紫荆金保服务协议
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论