瀏覽代碼

no message

USER-20230908AJ\Administrator 4 月之前
父節點
當前提交
ee4f5fd71c

+ 4 - 4
src/views/Forestage/login/forget-password.vue

@@ -6,14 +6,14 @@
               <img class="logo-img mr-10" src="@/assets/img/logo.png" alt="">
               <div class="fw-400 fs-18">{{$t('LoginIndex.forgetPassword')}}</div>
           </div>
-          <input type="text" :placeholder="$t('LoginIndex.syyxhm')" v-model="fromData.email">
+          <input type="text" :placeholder="$t('LoginIndex.syyxhm')" v-model="fromData.email"></input>
           <div class="p-f">
-            <input type="text" :placeholder="$t('LoginIndex.syyxyzm')" v-model="fromData.code">
+            <input type="text" :placeholder="$t('LoginIndex.syyxyzm')" v-model="fromData.code"></input>
             <getCheckCode :value="fromData.email" class="getCheckCode" :type="'retrieve'"></getCheckCode>
           </div>
 
-          <input type="password" :placeholder="$t('LoginIndex.sdxmm')" v-model="fromData.pass">
-          <input type="password" :placeholder="$t('LoginIndex.zcsrxmm')" v-model="fromData.pass_two">
+          <input type="password" :placeholder="$t('LoginIndex.sdxmm')" v-model="fromData.pass"></input>
+          <input type="password" :placeholder="$t('LoginIndex.zcsrxmm')" v-model="fromData.pass_two"></input>
         <div class="align-items-center justify-content-space-between mb-36">
           <div class="align-items-center hand-cursor" @click="toLogin()">
             <div class="fs-14 fc-70">{{$t('LoginIndex.yyzh')}}, </div>

+ 2 - 2
src/views/Forestage/login/login.vue

@@ -6,8 +6,8 @@
               <img class="logo-img mr-10" src="@/assets/img/logo.png" alt="">
               <div class="fw-400 fs-18">{{$t('LoginIndex.userLogin')}}</div>
           </div>
-          <input type="text" :placeholder="$t('LoginIndex.inputId')" v-model="fromData.email">
-          <input type="password" :placeholder="$t('LoginIndex.inputPassword')" v-model="fromData.pass">
+          <input type="text" :placeholder="$t('LoginIndex.inputId')" v-model="fromData.email"></input>
+          <input type="password" :placeholder="$t('LoginIndex.inputPassword')" v-model="fromData.pass"></input>
           <div class="align-items-center justify-content-space-between mb-36">
             <div class="align-items-center hand-cursor" @click="register()">
               <div class="fs-14 fc-70">{{$t('LoginIndex.noUser')}}</div>

+ 2 - 2
src/views/Forestage/login/register.vue

@@ -11,8 +11,8 @@
             <input type="text" :placeholder="$t('LoginIndex.syyxyzm')" v-model="fromData.code">
             <getCheckCode v-model="fromData.email" class="getCheckCode" :type="'register'"></getCheckCode>
           </div>
-        <input type="password" :placeholder="$t('LoginIndex.dlmm')" v-model="fromData.pass">
-          <input type="text" :placeholder="$t('LoginIndex.sryqm')" v-model="fromData.inviteCode">
+        <input type="password" :placeholder="$t('LoginIndex.dlmm')" v-model="fromData.pass"></input>
+          <input type="text" :placeholder="$t('LoginIndex.sryqm')" v-model="fromData.inviteCode"></input>
           <div class="align-items-center justify-content-space-between mb-36">
             <div class="align-items-center hand-cursor" @click="toLogin()">
               <div class="fs-14 fc-70">{{$t('LoginIndex.yyzh')}}, </div>