添加购买订阅不允许退款小字声明

This commit is contained in:
X1627315083@163.com
2026-05-27 13:20:27 +08:00
parent 2adbfa9fff
commit 3df8b19c7e
5 changed files with 37 additions and 8 deletions

View File

@@ -233,7 +233,7 @@
{{ $t('upgradePlan.Continue') }}
</div>
<div class="payMethod_payAffirm_clause" ref="labelDisclaimer">
<label>
<label class="clause">
<!-- <input type="checkbox" v-model="clause" /> -->
<span class="generalModelDescription">
{{ $t('upgradePlan.policy') }}
@@ -251,6 +251,7 @@
{{ $t('upgradePlan.policy2') }}
</a>
<!-- . * -->
{{ $t('upgradePlan.statement') }}
</span>
</label>
<label class="secure">
@@ -861,6 +862,7 @@ export default defineComponent({
display: flex;
flex-direction: column;
align-items: center;
color: #8A8A8A;
label {
input {
margin-right: 1rem;
@@ -871,18 +873,22 @@ export default defineComponent({
vertical-align: top;
font-size: 1.4rem;
a {
color: #000;
color: #8A8A8A;
text-decoration: underline;
}
}
}
> .clause{
margin-top: 2rem;
text-align: left;
}
> .secure {
border: 1px solid #ededed;
background: #f1fbf9;
color: #1cb36c;
padding: 0.4rem 0.8rem;
border-radius: 0.5rem;
margin-top: 4rem;
margin-top: 2rem;
> span {
display: flex;
align-items: center;

View File

@@ -74,6 +74,7 @@
</div>
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
</div>
<span class="statement">{{ productList.Statement }}</span>
</div>
</div>
<registerModel ref="registerModel"></registerModel>
@@ -104,6 +105,7 @@ export default defineComponent({
Advantages: '我们的价格方案',
Monthly: '月度',
Yearly: '年度',
Statement: '*所有付费订阅服务均不可退款。',
monthly: [
{
title: '试用版',
@@ -248,6 +250,7 @@ export default defineComponent({
Advantages: 'Our Pricing Plan',
Monthly: 'Monthly',
Yearly: 'Yearly',
Statement: '*All paid subscription is non-refundable',
monthly: [
{
title: 'Trial',
@@ -617,6 +620,13 @@ export default defineComponent({
@media (max-width: 767px) {
margin-top: 2.4rem;
}
.statement{
width: 100%;
margin-top: 5rem;
font-size: 1.4rem;
text-align: center;
color: #8A8A8A;
}
.gallery_item {
width: 36.2rem;
height: 46.8rem;

View File

@@ -226,7 +226,12 @@
<div class="login_form_title marign_top30">
<label :class="{ active: emailStap == 2 }">
<input :state="emailStap" type="checkbox" v-model="checked" />
<span>{{userI18n[selectUserI18n].articles}}</span>
<span>
{{ userI18n[selectUserI18n].AgreeTo }}
<a href="https://code-create.com.hk/aida-terms-and-conditions/" target="_blank" style="text-decoration: underline;color: #000;">{{ userI18n[selectUserI18n].Terms }}</a>,
<a href="https://aida.com.hk/privacy-policy.html" target="_blank" style="text-decoration: underline;color: #000;">{{ userI18n[selectUserI18n].PrivacyPolicy }}</a>,
{{ userI18n[selectUserI18n].AndFees }}
</span>
</label>
</div>
<div class="thirdPartyLogin marign_top30">
@@ -386,7 +391,10 @@ export default defineComponent({
SentTo:'Sent to',
Resend:'Resend',
PleaseCheck:"Please check the junk box if you haven't received verification code",
articles:'I agree to the Terms, Privacy Policy, and Fees.',
AgreeTo: 'I agree to the',
Terms: 'Terms',
PrivacyPolicy: 'Privacy Policy',
AndFees: 'and Fees.',
Register:'Register',
google:'Register with Google',
wechat:'Register with wechat',
@@ -407,7 +415,10 @@ export default defineComponent({
SentTo:'发送到',
Resend:'重新发送',
PleaseCheck:"如果没有收到验证码,请检查垃圾邮件",
articles:'我同意相关条款、隐私政策以及费用规定。',
AgreeTo: '我同意',
Terms: '条款',
PrivacyPolicy: '隐私政策',
AndFees: '和费用',
Register:'注册',
google:'使用谷歌进行注册',
wechat:'使用微信进行注册',