钱包提现 绑定邮箱增加按钮

master
gongfuxiang 2025-04-01 10:46:50 +08:00
parent 7b36a53faf
commit e9950aa618
3 changed files with 8 additions and 7 deletions

View File

@ -311,6 +311,8 @@
"9wx3ch": "Set login password",
"s665h5": "Obtain verification code",
"jw378f": "Authorized User Information",
"d2ng16": "Bind mobile phone number",
"8ytyuf": "Bind email address",
"np9177": "Bind phone",
"tgsa4d": "Bind email",
"876tdf": "Bind account",
@ -1319,7 +1321,6 @@
"d318op": "Please enter the security verification code",
"0j8388": "Operation prompt",
"59iipw": "1. Please select“",
"8qcte7": "Bind email",
"t8y3r7": "'Or'",
"5wbuuy": "One way is to obtain the security verification code and input it correctly.",
"r569wz": "2. If you have not bound your phone or your email has expired, you can bind your phone and complete the verification by receiving SMS from your phone.",
@ -1327,7 +1328,6 @@
"q2a553": "4. Please input the verification code correctly below. If you cannot see it clearly, you can click on the image to replace it. After completing the input, proceed to the next step.",
"lh6bjr": "5. After receiving the security verification code, please complete the verification within 10 minutes.",
"ob4gn0": "6. After successful security verification, please complete the cash application within 30 minutes.",
"d2ng16": "Bind phone number",
"l2i4s8": "Current effective amount",
"27b4w5": "Minimum cash amount",
"2hc312": "Verification code format with 4 digits",

View File

@ -308,6 +308,8 @@
"9wx3ch": "设置登录密码",
"s665h5": "获取验证码",
"jw378f": "授权用户信息",
"d2ng16": "绑定手机号码",
"8ytyuf": "绑定电子邮箱",
"np9177": "绑定手机",
"tgsa4d": "绑定邮箱",
"876tdf": "绑定账户",
@ -1307,7 +1309,6 @@
"d318op": "请输入安全验证码",
"0j8388": "操作提示",
"59iipw": "1. 请选择 “",
"8qcte7": "绑定邮箱",
"t8y3r7": "“ 或 ”",
"5wbuuy": "“ 方式其一作为安全校验码的获取方式并正确输入。",
"r569wz": "2. 如果您未绑定手机或者邮箱已失效,可以绑定手机后通过接收手机短信完成验证。",
@ -1315,7 +1316,6 @@
"q2a553": "4. 请正确输入下方图形验证码,如看不清可点击图片进行更换,输入完成后进行下一步操作。",
"lh6bjr": "5. 收到安全验证码后请在10分钟内完成验证。",
"ob4gn0": "6. 安全验证成功后请在30分钟内完成提现申请。",
"d2ng16": "绑定手机号码",
"l2i4s8": "当前有效金额",
"27b4w5": "提现最低金额",
"2hc312": "验证码格式 4 位数字",

View File

@ -33,7 +33,7 @@
<view class="margin-top-lg cr-base">
<view class="fw-b text-size">{{$t('cash-auth.cash-auth.0j8388')}}</view>
<view class="text-size-xs">
<view>{{$t('cash-auth.cash-auth.59iipw')}}<text class="cr-red" data-value="/pages/login/login?opt_type=bind_email&opt_form=bind_email" @tap="url_event">{{$t('cash-auth.cash-auth.8qcte7')}}</text>{{$t('cash-auth.cash-auth.t8y3r7')}}<text class="cr-red" data-value="/pages/login/login?opt_form=bind_verify" @tap="url_event">{{$t('login.login.np9177')}}</text>{{$t('cash-auth.cash-auth.5wbuuy')}}</view>
<view>{{$t('cash-auth.cash-auth.59iipw')}}<text class="cr-red" data-value="/pages/login/login?opt_type=bind_email&opt_form=bind_email" @tap="url_event">{{$t('login.login.tgsa4d')}}</text>{{$t('cash-auth.cash-auth.t8y3r7')}}<text class="cr-red" data-value="/pages/login/login?opt_form=bind_verify" @tap="url_event">{{$t('login.login.np9177')}}</text>{{$t('cash-auth.cash-auth.5wbuuy')}}</view>
<view>{{$t('cash-auth.cash-auth.r569wz')}}</view>
<view>{{$t('cash-auth.cash-auth.35837l')}}</view>
<view>{{$t('cash-auth.cash-auth.q2a553')}}</view>
@ -42,8 +42,9 @@
</view>
</view>
<view v-if="check_account_list.length == 0" class="margin-top-xxxl">
<button data-value="/pages/login/login?opt_form=bind_verify" @tap="url_event" class="bg-main br-main cr-white text-size round" type="default">{{$t('cash-auth.cash-auth.d2ng16')}}</button>
<view v-if="check_account_list.length == 0" class="margin-top-xxxl">
<button data-value="/pages/login/login?opt_type=bind_email&opt_form=bind_email" @tap="url_event" class="bg-main-pair br-main-pair cr-white text-size round" type="default">{{$t('login.login.8ytyuf')}}</button>
<button data-value="/pages/login/login?opt_form=bind_verify" @tap="url_event" class="bg-main br-main cr-white text-size round margin-top-xl" type="default">{{$t('login.login.d2ng16')}}</button>
</view>
</view>
<view v-else>