车把在调用函数时遇到问题

时间:2018-08-15 12:49:56

标签: node.js express handlebars.js

 <div class="err">
{{#if error}}
    <script>warning({{error}})</script>
{{/if}}
</div>
<h1>Login</h1>
<form method="post" action="/">
    <input ype="text" name="name" placeholder="Name" value={{data.name}}>
    <input type="text" name="username" placeholder="username" value= 
    {{data.username}}>
    <input type="password" name="password" placeholder="password" value= 
   {{data.password}}>
    <input type="password" name="password2" placeholder="Confirm password" 
    value={{data.password2}}>
    <input type="submit" value="submit">
</form>`

这是我的登录文件,当错误传递给hbs文件时,它必须调用公共目录中的函数,我已链接了所有脚本文件... 问题:        当一个函数被调用时,我应该将值传递给函数错误值,但是我不知道该怎么写,而最终却浪费了我一整天的时间……

0 个答案:

没有答案