|
@@ -9,32 +9,32 @@
|
|
|
<view class="login_text">
|
|
|
<view class="login_input flex">
|
|
|
<view class="login_img"><image src="../../static/icon/icon-phone.png"></image></view>
|
|
|
- <view class="login_name"><input class="uni-input" v-model="phone" focus placeholder="请输入手机号" /></view>
|
|
|
+ <view class="login_name"><input class="uni-input" v-model="phone" focus :placeholder="$t('hea.srsj')" /></view>
|
|
|
</view>
|
|
|
<view class="login_input flex">
|
|
|
<view class="login_img"><image src="../../static/icon/icon-code.png"></image></view>
|
|
|
- <view class="login_name"><input class="uni-input" type="password" v-model="password" focus placeholder="请输入密码" /></view>
|
|
|
+ <view class="login_name"><input class="uni-input" type="password" v-model="password" focus :placeholder="$t('hea.srmm')" /></view>
|
|
|
</view>
|
|
|
<view class="login_input flex">
|
|
|
<view class="login_img"><image src="../../static/icon/icon-code.png"></image></view>
|
|
|
- <view class="login_name"><input class="uni-input" type="password" v-model="repassword" focus placeholder="请重复输入密码" /></view>
|
|
|
+ <view class="login_name"><input class="uni-input" type="password" v-model="repassword" focus :placeholder="$t('hea.srxmmt')" /></view>
|
|
|
</view>
|
|
|
<view class="login_input flex">
|
|
|
<view class="login_img"><image src="../../static/icon/icon-yzm.png"></image></view>
|
|
|
<view class="login_name flex">
|
|
|
- <input class="uni-input width" v-model="code" focus placeholder="请输入验证码" />
|
|
|
- <view class="code" @click="verification">{{ countDown == 0 ? '验证码' : countDown }}</view>
|
|
|
+ <input class="uni-input width" v-model="code" focus :placeholder="$t('hea.sryzm')" />
|
|
|
+ <view class="code" @click="verification">{{ countDown == 0 ? $t('hea.yzm') : countDown }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view><button type="green" @click="register" class="uni-button uni-button-green">注册</button></view>
|
|
|
+ <view><button type="green" @click="register" class="uni-button uni-button-green">{{$t('hea.zc')}}</button></view>
|
|
|
<!-- <view><button class="uni-button uni-button-green uni-button-green-plain" type="green" plain="true" hover-class="none" @click="login">返回登录</button></view> -->
|
|
|
<view class=" flex bombtn">
|
|
|
<navigator url="./forget">
|
|
|
- <view class="bbtn">忘记密码</view>
|
|
|
+ <view class="bbtn">{{$t('hea.wjmm')}}</view>
|
|
|
</navigator>
|
|
|
<view class="jg">
|
|
|
</view>
|
|
|
- <view class="bbtn" @click="login">账号登录</view>
|
|
|
+ <view class="bbtn" @click="login">{{$t('hea.login')}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|