In the eq tag of the tp3.2 template, < eq name= "{: C ('login_verify')}" value= "1" >?

< eq name= "{: C ("login_verify")}" value= "1" > this makes an error

Apr.15,2021

do you want a CAPTCHA?
< input type= "text" class= "input-text radius mt-10" style= "width: 70px required=: center;" placeholder= "CAPTCHA" required= "name=" yanzhengma "id=" yanzhengma ">

     <img id="img" onclick="getimg(this)" style="width:150px;height: 40px;" src="{:U('Login/verify')}" alt="verify_code">
      <br>
      
      
      <script>
function getimg(data){

/ / "+ id=" + Math.random ()

  data.src="{:U('Login/verify')}"+'?'+"id="+Math.random();
    //console.log(Math.random());
  console.log("{:U('Login/verify')}"+'?'+"id="+Math.random());

}

< / script >

Menu