youyawu 5 years ago
parent
commit
001826f028
3 changed files with 17 additions and 16 deletions
  1. 13 13
      src/lang/en.ts
  2. 2 2
      src/views/account/register.vue
  3. 2 1
      src/views/shops/details/index.vue

+ 13 - 13
src/lang/en.ts

@@ -1,22 +1,22 @@
 export default {
   title: "China steel furniture industry gathering network",
   SLS: "Switch Language Success",
-  inputPlaceholder: "Please input",
-  pleaseChoose: "Please choose",
-  pleaseUpload: "Please upload",
+  inputPlaceholder: "Please input ",
+  pleaseChoose: "Please choose ",
+  pleaseUpload: "Please upload ",
   loading: "Data loading...",
   nodata: "No data",
   loadMore: "Click to load more",
   form: {
     submit: "Submission",
     RegAccount: "Password must be 9 to 16 alphanumeric",
-    loginAccount: "Account number (mobile number)",
+    loginAccount: "Account",
     loginPassword: "Password",
-    phone: "Phone number",
+    phone: "Phone",
     validatePhone: "Please input the correct mobile number",
     validateCode: "Verification Code",
-    getValidateCode: "Get verification code",
-    autoLogin: "Autologon",
+    getValidateCode: "Send SMS",
+    autoLogin: "Auto logon",
     login: "login",
     register: "register"
   },
@@ -40,8 +40,8 @@ export default {
     }
   },
   route: {
-    home: "Home Page",
-    mall: "Online Shop",
+    home: "Home",
+    mall: "Mall",
     shops: "Manufacturer",
     info: "Demand supply",
     login: "login",
@@ -67,7 +67,7 @@ export default {
     "-100": "Network request failed",
     "-1": "An unknown error occurred",
     "301": "User name already exists",
-    "302": "Phone number already exists",
+    "302": "Phone already exists",
     "303": "Wrong account or password",
     "304": "Verification code error",
     "305": "login has failed",
@@ -110,8 +110,8 @@ export default {
       },
       header: {
         hyn: "Welcome",
-        login: "Please login.",
-        register: "Free registration",
+        login: "Login",
+        register: "Registration",
         shopEnter: "Merchant entry",
         productPublish: "Commodity release",
         searchProduct: "product",
@@ -246,7 +246,7 @@ export default {
             alreadyConcerned: "Pay close attention to",
             focusBusinesses: "Focus on businesses",
             keyWord: "Key word",
-            searchWholeStation: "Search the whole station",
+            searchWholeStation: "Global search",
             searchShop: "Search shop",
             home: "home",
             companyIntroduction: "Company profile",

+ 2 - 2
src/views/account/register.vue

@@ -214,7 +214,7 @@ export default class extends Vue {
         float: left;
       }
       .loginDiv {
-        // width: 320px;
+        width: 320px;
         // height: 338px;
         margin-left: 218px;
         float: left;
@@ -278,7 +278,7 @@ export default class extends Vue {
     }
   }
   .yzm {
-    width: 200px;
+    width: 150px;
   }
 }
 </style>

+ 2 - 1
src/views/shops/details/index.vue

@@ -148,7 +148,8 @@ export default class extends Vue {
         height: 40px;
       }
       .fr {
-        width: 90px;
+        white-space: nowrap;
+        width: 110px;
         height: 40px;
         line-height: 40px;
         text-align: center;