用户模块-修改提交高级认证成功后的提示语

master
luzhaofeng 6 years ago
parent edab662149
commit 606dba1e0d
  1. 21
      mine/html/my/advanced_identity.html

@ -98,7 +98,8 @@
<header class="mui-bar mui-bar-nav app-header app-header-darkly">
<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
<h1 class="mui-title">{{langue.AdvancedIdentityTitle}}</h1>
<a class=" mui-pull-right mui-icon-right-nav" style="font-size: .24rem; color: #333333;" v-if="userLocalStorage.highAuth == 'F'" @click="rejection">{{langue.reject}}</a>
<a class=" mui-pull-right mui-icon-right-nav" style="font-size: .24rem; color: #333333;" v-if="userLocalStorage.highAuth == 'F'"
@click="rejection">{{langue.reject}}</a>
</header>
<div class="mui-content">
<div class="example-box">
@ -133,7 +134,7 @@
AdvancedIdentityTitle: "高级认证",
AdvancedIdentityExplain: "上传手持证件和声明书,声明书请在白纸上写:",
AdvancedIdentityTime: "1.日期",
AdvancedIdentityWormhole: "2.焰火网",
AdvancedIdentityWormhole: "2.智信链",
AdvancedIdentityText: "*请确保证件和声明书清晰可见,并将证件和声明书上的文字完整露出、避免遮挡",
AdvancedIdentityCommitment: "我承诺所提供的资料为我本人所有,不存在盗用他人资料的情况",
AdvancedIdentitySubmit: "提交",
@ -150,14 +151,14 @@
reject: "驳回原因",
rejectTitle: "驳回原因",
sure: "确定",
AlertMsg: "提示"
AlertMsg: "提示",
authenticationSuccess: "认证成功!",
},
zh_HK: {
AdvancedIdentityTitle: "高級認證",
AdvancedIdentityExplain: "上傳手持證件和聲明書,聲明書請在白紙上寫:",
AdvancedIdentityTime: "1.日期",
AdvancedIdentityWormhole: "2.焰火網",
AdvancedIdentityWormhole: "2.智信鏈",
AdvancedIdentityText: "*請確保證件和聲明書清晰可見,並將證件和聲明書上的文字完整露出、避免遮擋",
AdvancedIdentityCommitment: "我承諾所提供的資料為我本人所有,不存在盜用他人資料的情況",
AdvancedIdentitySubmit: "提交",
@ -174,13 +175,14 @@
reject: "駁回原因",
rejectTitle: "駁回原因",
sure: "確定",
AlertMsg: "提示"
AlertMsg: "提示",
authenticationSuccess: "認證成功!",
},
en_US: {
AdvancedIdentityTitle: "Advanced Certification",
AdvancedIdentityExplain: "Transfer hand-held documents and declarations, please write on the white paper:",
AdvancedIdentityTime: "1. Date",
AdvancedIdentityWormhole: "2. Flame",
AdvancedIdentityWormhole: "2. ZhiXin",
AdvancedIdentityText: "*Please make sure that the documents and declarations are clearly visible and that the text on the documents and declarations are completely exposed to avoid obscuration",
AdvancedIdentityCommitment: "I promise that the information provided is owned by me and there is no misappropriation of other people's information.",
AdvancedIdentitySubmit: "Submit",
@ -197,7 +199,8 @@
reject: "Reject reason",
rejectTitle: "Reject reason",
sure: "Sure",
AlertMsg: "Hint"
AlertMsg: "Hint",
authenticationSuccess: 'Authentication success!',
}
}
</script>
@ -259,7 +262,7 @@
var userData = app.getUserLocalStorage();
userData.highAuth = 'W';
app.setUserLocalStorage(userData);
mui.toast(v.langue.SubmitSuccessMsg, v.langue.AlertMsg);
mui.toast(v.langue.authenticationSuccess, v.langue.AlertMsg);
var realname_identity = plus.webview.getWebviewById("mine/html/my/realname_identity.html");
realname_identity.evalJS("saveUserInfoData();");
realname_identity.show();

Loading…
Cancel
Save