Commit 77727486 authored by zhangyanni's avatar zhangyanni

重发文案

parent f567ca09
......@@ -28,7 +28,7 @@
style="float: left;" maxlength="6"
autocomplete></el-input>
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t("commonTips."+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<el-form-item v-if="isShowSlider">
<sliderCmpt @sendVerification="getVerification"></sliderCmpt>
......
......@@ -34,7 +34,7 @@
<el-input type="text" v-model="emailYzCodeForm.code" :placeholder="$t('commonTips.placeholderEmailCode')" style="float: left;" maxlength="6"
autocomplete></el-input>
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t("commonTips."+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<!--<el-form-item class="remumberPass" style="height: 30px;">-->
<!--<span>收不到验证码?</span>-->
......
......@@ -34,7 +34,7 @@
<el-input type="text" v-model="yzCodeForm.code" :placeholder="$t('commonTips.placeholderPhoneCode')" style="float: left;" maxlength="6"
autocomplete></el-input>
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t("commonTips."+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
<div class="clearFix"></div>
</el-form-item>
<!--<el-form-item class="remumberPass" style="height: 30px;">-->
......
......@@ -14,7 +14,7 @@
<input type="text" class="is-hidden" />
<input type="password" class="is-hidden" />
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t("commonTips."+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<el-form-item v-if="isShowSlider">
<sliderCmpt @sendVerification="getVerification"></sliderCmpt>
......
......@@ -13,13 +13,13 @@
<el-input type="text" v-model="ruleForm.code" :placeholder="$t('commonTips.placeholderPhoneCode')" style="float: left;"
autocomplete maxlength="6"></el-input>
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t('commonTips.'+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<el-form-item prop="emailCode" class="yzcodeItem" v-if="lang==2">
<el-input type="text" v-model="ruleForm.emailCode" :placeholder="$t('commonTips.placeholderEmailCode')" style="float: left;"
autocomplete maxlength="6"></el-input>
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t('commonTips.'+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<el-form-item v-if="isShowSlider">
<sliderCmpt @sendVerification="getVerification"></sliderCmpt>
......
......@@ -14,7 +14,7 @@
<input type="text" class="is-hidden" />
<input type="password" class="is-hidden" />
<span class="getyzcodeBtn" @click="handleGetCode" v-if="showCount">{{$t("commonTips."+codehtml)}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{count}}{{$t("commonTips.resendCode")}}</span>
<span class="getdyzcodeBtn" v-if="!showCount">{{$t("commonTips.resendCode")}}{{count}}s</span>
</el-form-item>
<el-form-item v-if="isShowSlider">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment