| | |
| | | <el-input :placeholder="$t('请输入')" :size="medium" v-model="phone" clearable @input="handleInput()"> |
| | | </el-input> |
| | | |
| | | <!-- <div class="forms_title">{{ $t("hj25") }}</div> |
| | | <el-input :placeholder="$t('请输入')" :size="medium" v-model="yzmCode" clearable @input="handleInput()"> |
| | | <template slot="append"> |
| | | <van-button type="info" size="small" @click="getYzm" :loading="djs > 0" :loading-text="djs + ''"> |
| | | <span style="font-size: 14px;">{{ $t('获取验证码') }}</span> |
| | | </van-button> |
| | | </template> |
| | | </el-input> --> |
| | | |
| | | |
| | | <div class="forms_title">{{ $t("Password") }}</div> |
| | | <el-input :placeholder="$t('hj19')" :size="medium" v-model="userPassword" clearable @input="handleInput()"> |
| | |
| | | <div class="forms_title">{{ $t("hj21") }}</div> |
| | | <el-input :placeholder="$t('请输入')" :size="medium" v-model="userName" clearable @input="handleInput()"> |
| | | </el-input> |
| | | |
| | | <div class="forms_title">{{ $t("hj25") }}</div> |
| | | <el-input :placeholder="$t('请输入')" :size="medium" v-model="yzmCode" clearable @input="handleInput()"> |
| | | <template slot="append"> |
| | | <van-button type="info" size="small" @click="getYzm" :loading="djs > 0" :loading-text="djs + ''"> |
| | | <span style="font-size: 14px;">{{ $t('获取验证码') }}</span> |
| | | </van-button> |
| | | </template> |
| | | </el-input> |
| | | </div> |
| | | |
| | | <div class="radio-con" style="display: flex; align-items: center; font-size: 14px"> |
| | | <van-checkbox v-model="checked" @change="handleInput()"> |
| | | {{ $t("我已閱讀並同意") }} |
| | |
| | | placeholder: this.$t("hj16"), |
| | | phone: "", |
| | | userName: "", |
| | | yzmCode: '6666', |
| | | yzmCode: '', |
| | | code: "", |
| | | userPassword: "", |
| | | btnClass: false, |