Commit 9f9798c1 authored by wxk's avatar wxk

fix

parent 727459d6
<template> <template>
<div class="whole"> <div class="whole">
<p class="top-title">机器人监控</p> <!--<p class="top-title">机器人监控</p>-->
<!-- 登录 --> <!-- 登录 -->
<div class="login" v-show="islogin==1"> <div class="login" v-show="islogin==1">
<h2 class="title">用户登录</h2> <h2 class="title">用户登录</h2>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<i class="iicon pwd"></i> <i class="iicon pwd"></i>
<input type="text" placeholder="请输入验证码" class="usercomyzm" v-model="regist_yzm"> <input type="text" placeholder="请输入验证码" class="usercomyzm" v-model="regist_yzm">
<el-button type="primary" class="getyzm" @click="getYZM('regist')" :disabled='!show'> <el-button type="primary" class="getyzm" @click="getYZM('regist')" :disabled='!show'>
<span v-show = "how">获取验证码</span> <span v-show = "show">获取验证码</span>
<span v-show = "!show" class="count">已发送{{count}} s</span> <span v-show = "!show" class="count">已发送{{count}} s</span>
</el-button> </el-button>
</div> </div>
......
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