Commit 04a32b6f authored by shilei's avatar shilei

文案修改

parent adfb2430
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<div v-if="errorMsg" class="error-msg">{{ errorMsg }}</div> <div v-if="errorMsg" class="error-msg">{{ errorMsg }}</div>
<!-- <div class="mt-5 flex h-5 items-center justify-between leading-[20px] text-black/[.65]"> <!-- <div class="mt-5 flex h-5 items-center justify-betw《立业云用户协议》een leading-[20px] text-black/[.65]">
<ElCheckbox v-model="saveLogin" :label="1">七天内免登录</ElCheckbox> <ElCheckbox v-model="saveLogin" :label="1">七天内免登录</ElCheckbox>
</div> --> </div> -->
<div class="my-2.5 py-3"> <div class="my-2.5 py-3">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
《个人信息保护政策》 《个人信息保护政策》
</a> </a>
<a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.userAgreement)"> <a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.userAgreement)">
《立业云用户服务协议》 《立业云用户协议》
</a> </a>
<a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.thirdAgreement)"> <a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.thirdAgreement)">
《第三方使用信息协议》 《第三方使用信息协议》
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
《个人信息保护政策》 《个人信息保护政策》
</a> </a>
<a class="text-[#C0322B]" @click.stop="toAgreement(RouteName.userAgreement)"> <a class="text-[#C0322B]" @click.stop="toAgreement(RouteName.userAgreement)">
《立业云用户服务协议》 《立业云用户协议》
</a> </a>
<a class="text-[#C0322B]" @click.stop="toAgreement(RouteName.thirdAgreement)"> <a class="text-[#C0322B]" @click.stop="toAgreement(RouteName.thirdAgreement)">
《第三方使用信息协议》 《第三方使用信息协议》
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
《个人信息保护政策》 《个人信息保护政策》
</a> </a>
<a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.userAgreement)"> <a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.userAgreement)">
《立业云用户服务协议》 《立业云用户协议》
</a> </a>
<a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.thirdAgreement)"> <a class="text-[#C0322B]" @click.stop.prevent="toAgreement(RouteName.thirdAgreement)">
《第三方使用信息协议》 《第三方使用信息协议》
...@@ -491,6 +491,7 @@ const register = async () => { ...@@ -491,6 +491,7 @@ const register = async () => {
* 关闭弹窗 * 关闭弹窗
*/ */
const close = () => { const close = () => {
agree.value = [];
closeModal(); closeModal();
}; };
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment