diff --git a/locales/en.json b/locales/en.json index 8268a1a..f30c19e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -4,6 +4,7 @@ "buttonCancel": "Cancel", "buttonConfirm": "Confirm", "buttonSubmit": "Submit", + "buttonSave": "Save", "buttonUpgrade": "Upgrade", "buttonDetails": "renew", "nodata": "No data available", @@ -53,6 +54,17 @@ "text11": "Re enter the new transaction password", "text12": "The transaction passwords entered twice are different" }, + "upgrade":{ + "title": "Upgrade", + "text1": "Upgrade VIP& channel partner", + "text2": "Automation tools/AI assistance", + "text3": "Construction of Quality Monitoring System", + "text4": "Operational guidelines for compliance", + "text5": "Gain more accelerated benefit", + "text6": "Available balance", + "text7": "Upgrade now", + "text8": "Insufficient user balance" + }, "Questionnaire":{ "title": "Questionnaire", "text1": "Data Market", @@ -91,7 +103,85 @@ "text3": "benefit accelerated to 3x", "text4": "Permanent agent", "text5": "My wallet", - "text6": "Computing power" + "text6": "Computing power", + "text7": "Address book", + "text8": "Online service", + "text9": "Help Center", + "text10": "About us" + }, + "forgot": { + "title": "Forgot password", + "text1": "Don't worry it happens. Please enter the address associate with your account.", + "text2": "Please enter your email address", + "text3": "Send Code", + "text4": "Send after {par}s", + "text5": "Verification code", + "text6": "We have to sent the code verification to Your Email.", + "text7": "Didn't get a code? ", + "text8": "Resend", + "text9": "Change password", + "text10": "Don't be afraid of forgetting the password, you can change it to a password that you can remember.", + "text11": "Password", + "text12": "Please enter your Password", + "text13": "Confirm password", + "text14": "Please enter your confirm Password", + "text15": "You remember your password?", + "text16": "Login", + "text17": "Please input password", + "text18": "Please input Confirm password", + "text19": "Email is empty", + "text20": "Email address error", + "text21": "Please enter a 6-10 digit password", + "text22": "Two passwords are inconsistent" + + }, + "personal":{ + "title": "Personal details", + "text1": "Head portrait", + "text2": "User name", + "text3": "User ID", + "text4": "Account", + "text5": "Identity", + "text6": "Photograph", + "text7": "My Album Selection" + }, + "login":{ + "title": "Log in", + "text1": "Marsh Questionnaire", + "text2": "Sign in to your Account", + "text3": "Enter your email and password to log in ", + "text4": "Please enter your email address", + "text5": "Please enter your Password", + "text6": "Forgot Password ?", + "text7": "Don’t have an account? ", + "text8": "Sign Up", + "text9": "Please enter your email address", + "text10": "Please input a password" + }, + "notice": { + "title": "Notice", + "text1": "All read" + }, + "noticedetail":{ + "title":"Details" + }, + "signup":{ + "title": "Sign up", + "text1": "Create an account to continue!", + "text2": "Please enter your email address", + "text3": "Verification code", + "text4": "Enter email verification code", + "text5": "Next", + "text6": "PIN Code", + "text7": "Please enter your PIN code", + "text8": "Please enter your confirm PIN code", + "text9": "Please enter invitation code", + "text10": "Confirm PIN Code", + "text11": "Invitation code", + "text12": "Please enter the correct email address", + "text13": "Already have an account?", + "text14": "Please enter a 6-10 digit password", + "text15": "Two passwords are inconsistent" }, "putforward":{ "title": "Put forward", @@ -200,9 +290,16 @@ }, "address":{ "title": "Address book", + "text1": "Add address", "add":{ - "title": "Edit address" - + "title": "Edit address", + "text1": "Select network", + "text2": "Wallet address", + "text3": "Enter address", + "text4": "Set the name", + "text5": "Select a network", + "text6": "Please input address", + "text7": "Please input name" } }, "power":{ @@ -216,5 +313,41 @@ "text7": "balance", "text8": "Unsettled USDT will be automatically taken out upon continued participation.", "text9": "I got it" + }, + "about": { + "title": "About us", + "text1": "Version update", + "text2": "Service Agreement", + "text3": "Company profile" + }, + "help":{ + "title": "Help Center", + "text1": "Official group", + "text2": "Wallet download" + }, + "index":{ + "text1": "Search the questionnaire", + "text2": "Total assets", + "text3": "Today's earnings", + "text4": "Cash out", + "text5": " User gets {par} USDT", + "text6": "Surprise reward", + "text7": "Invite friends to get high commission", + "text8": "View details", + "text9": "Answered", + "text10": "reward", + "text11": "View all", + "text12": "Application of new technologies (automation tools/AI assistance)", + "text13": "Intelligent answer engine", + "text14": "Dynamic question bank management system", + "text15": "Multi-mode anti-detection system", + "text16": "Construction of Quality Monitoring System", + "text17": "Doube-blind audit mechanism", + "text18": "Dynamic scoring model", + "text19": "Data traceability", + "text20": "Operational guidelines for compliance", + "text21": "Identity portrait consistency", + "text22": "Behavior pattern simulation", + "text23": "Equipment environment quarantine" } } \ No newline at end of file diff --git a/pages/about/details.vue b/pages/about/details.vue index e92f2b7..073bcbd 100644 --- a/pages/about/details.vue +++ b/pages/about/details.vue @@ -1,14 +1,9 @@ @@ -24,14 +19,26 @@ jyfParser }, data() { - + return { + info: {}, + title: "aboutus" + }; }, computed: { ...mapState(['userInfo']) }, //第一次加载 onLoad(e) { - + if(e.id){ + if(e.id=="aboutus"){ + this.title = e.id; + }else{ + this.title = ''; + } + this.$http.get('/api/article/singpage?name='+e.id+'&lang=' + this.$i18n.locale).then(res => { + this.info = res.data; + }); + } }, //页面显示 onShow() {}, diff --git a/pages/about/help.vue b/pages/about/help.vue index b90e456..459bd8e 100644 --- a/pages/about/help.vue +++ b/pages/about/help.vue @@ -1,66 +1,77 @@