添加购买订阅不允许退款小字声明
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
{{ $t('upgradePlan.Continue') }}
|
{{ $t('upgradePlan.Continue') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="payMethod_payAffirm_clause" ref="labelDisclaimer">
|
<div class="payMethod_payAffirm_clause" ref="labelDisclaimer">
|
||||||
<label>
|
<label class="clause">
|
||||||
<!-- <input type="checkbox" v-model="clause" /> -->
|
<!-- <input type="checkbox" v-model="clause" /> -->
|
||||||
<span class="generalModelDescription">
|
<span class="generalModelDescription">
|
||||||
{{ $t('upgradePlan.policy') }}
|
{{ $t('upgradePlan.policy') }}
|
||||||
@@ -251,6 +251,7 @@
|
|||||||
{{ $t('upgradePlan.policy2') }}
|
{{ $t('upgradePlan.policy2') }}
|
||||||
</a>
|
</a>
|
||||||
<!-- . * -->
|
<!-- . * -->
|
||||||
|
{{ $t('upgradePlan.statement') }}
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="secure">
|
<label class="secure">
|
||||||
@@ -861,6 +862,7 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
color: #8A8A8A;
|
||||||
label {
|
label {
|
||||||
input {
|
input {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
@@ -871,18 +873,22 @@ export default defineComponent({
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #8A8A8A;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
> .clause{
|
||||||
|
margin-top: 2rem;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
> .secure {
|
> .secure {
|
||||||
border: 1px solid #ededed;
|
border: 1px solid #ededed;
|
||||||
background: #f1fbf9;
|
background: #f1fbf9;
|
||||||
color: #1cb36c;
|
color: #1cb36c;
|
||||||
padding: 0.4rem 0.8rem;
|
padding: 0.4rem 0.8rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
margin-top: 4rem;
|
margin-top: 2rem;
|
||||||
> span {
|
> span {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
|
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<span class="statement">{{ productList.Statement }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<registerModel ref="registerModel"></registerModel>
|
<registerModel ref="registerModel"></registerModel>
|
||||||
@@ -104,6 +105,7 @@ export default defineComponent({
|
|||||||
Advantages: '我们的价格方案',
|
Advantages: '我们的价格方案',
|
||||||
Monthly: '月度',
|
Monthly: '月度',
|
||||||
Yearly: '年度',
|
Yearly: '年度',
|
||||||
|
Statement: '*所有付费订阅服务均不可退款。',
|
||||||
monthly: [
|
monthly: [
|
||||||
{
|
{
|
||||||
title: '试用版',
|
title: '试用版',
|
||||||
@@ -248,6 +250,7 @@ export default defineComponent({
|
|||||||
Advantages: 'Our Pricing Plan',
|
Advantages: 'Our Pricing Plan',
|
||||||
Monthly: 'Monthly',
|
Monthly: 'Monthly',
|
||||||
Yearly: 'Yearly',
|
Yearly: 'Yearly',
|
||||||
|
Statement: '*All paid subscription is non-refundable',
|
||||||
monthly: [
|
monthly: [
|
||||||
{
|
{
|
||||||
title: 'Trial',
|
title: 'Trial',
|
||||||
@@ -617,6 +620,13 @@ export default defineComponent({
|
|||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
margin-top: 2.4rem;
|
margin-top: 2.4rem;
|
||||||
}
|
}
|
||||||
|
.statement{
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 5rem;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
text-align: center;
|
||||||
|
color: #8A8A8A;
|
||||||
|
}
|
||||||
.gallery_item {
|
.gallery_item {
|
||||||
width: 36.2rem;
|
width: 36.2rem;
|
||||||
height: 46.8rem;
|
height: 46.8rem;
|
||||||
|
|||||||
@@ -226,7 +226,12 @@
|
|||||||
<div class="login_form_title marign_top30">
|
<div class="login_form_title marign_top30">
|
||||||
<label :class="{ active: emailStap == 2 }">
|
<label :class="{ active: emailStap == 2 }">
|
||||||
<input :state="emailStap" type="checkbox" v-model="checked" />
|
<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>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="thirdPartyLogin marign_top30">
|
<div class="thirdPartyLogin marign_top30">
|
||||||
@@ -386,7 +391,10 @@ export default defineComponent({
|
|||||||
SentTo:'Sent to',
|
SentTo:'Sent to',
|
||||||
Resend:'Resend',
|
Resend:'Resend',
|
||||||
PleaseCheck:"Please check the junk box if you haven't received verification code",
|
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',
|
Register:'Register',
|
||||||
google:'Register with Google',
|
google:'Register with Google',
|
||||||
wechat:'Register with wechat',
|
wechat:'Register with wechat',
|
||||||
@@ -407,7 +415,10 @@ export default defineComponent({
|
|||||||
SentTo:'发送到',
|
SentTo:'发送到',
|
||||||
Resend:'重新发送',
|
Resend:'重新发送',
|
||||||
PleaseCheck:"如果没有收到验证码,请检查垃圾邮件",
|
PleaseCheck:"如果没有收到验证码,请检查垃圾邮件",
|
||||||
articles:'我同意相关条款、隐私政策以及费用规定。',
|
AgreeTo: '我同意',
|
||||||
|
Terms: '条款',
|
||||||
|
PrivacyPolicy: '隐私政策',
|
||||||
|
AndFees: '和费用',
|
||||||
Register:'注册',
|
Register:'注册',
|
||||||
google:'使用谷歌进行注册',
|
google:'使用谷歌进行注册',
|
||||||
wechat:'使用微信进行注册',
|
wechat:'使用微信进行注册',
|
||||||
|
|||||||
@@ -156,11 +156,12 @@ export default {
|
|||||||
Payment: '付款',
|
Payment: '付款',
|
||||||
PurchasePoints: '购买',
|
PurchasePoints: '购买',
|
||||||
paymentmethod: '请选择付款方式',
|
paymentmethod: '请选择付款方式',
|
||||||
policy: '继续注册账号即表示您同意我们的使用',
|
policy: '*继续注册账号即表示您同意我们的使用',
|
||||||
policy1: '条款',
|
policy1: '条款',
|
||||||
policy2: '服务协议',
|
policy2: '服务协议',
|
||||||
policy3: '(包括服务范围)及',
|
policy3: '(包括服务范围)及',
|
||||||
policy4: '订购协议',
|
policy4: '订购协议',
|
||||||
|
statement: '所有付费订阅服务均不可退款。',
|
||||||
completed: '是否已完成支付?',
|
completed: '是否已完成支付?',
|
||||||
hint: '请保持窗口打开,直到付款完成。如果您无法打开付款窗口,请检查您的浏览器设置,看看弹出窗口是否被阻止。成功付款后,积分可能会延迟发放。请等待1-3分钟,点击积分刷新按钮',
|
hint: '请保持窗口打开,直到付款完成。如果您无法打开付款窗口,请检查您的浏览器设置,看看弹出窗口是否被阻止。成功付款后,积分可能会延迟发放。请等待1-3分钟,点击积分刷新按钮',
|
||||||
Back: '返回'
|
Back: '返回'
|
||||||
|
|||||||
@@ -158,11 +158,12 @@ export default {
|
|||||||
Payment: 'Payment',
|
Payment: 'Payment',
|
||||||
PurchasePoints: 'Purchase points',
|
PurchasePoints: 'Purchase points',
|
||||||
paymentmethod: 'select a payment method',
|
paymentmethod: 'select a payment method',
|
||||||
policy: 'By continuing an account, you agree to our',
|
policy: '*By continuing an account, you agree to our',
|
||||||
policy1: 'Terms',
|
policy1: 'Terms',
|
||||||
policy2: 'Conditions',
|
policy2: 'Conditions',
|
||||||
policy3: ' (including the Scope of service) and the ',
|
policy3: ' (including the Scope of service) and the ',
|
||||||
policy4: 'Subscription Agreement',
|
policy4: 'Subscription Agreement',
|
||||||
|
statement: 'All paid subscription is non-refundable',
|
||||||
completed: 'Is payment completed',
|
completed: 'Is payment completed',
|
||||||
hint: 'Please keep the window open until the payment is completed. If you are unable to open the payment window, please check your browser settings to see if pop-ups are being blocked.Points may be delayed after successful payment. Please wait 1-3 minutes and click the credits refresh button',
|
hint: 'Please keep the window open until the payment is completed. If you are unable to open the payment window, please check your browser settings to see if pop-ups are being blocked.Points may be delayed after successful payment. Please wait 1-3 minutes and click the credits refresh button',
|
||||||
Back: 'Back'
|
Back: 'Back'
|
||||||
|
|||||||
Reference in New Issue
Block a user