|
|
@@ -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>
|