博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
underscore.js定义模板遇到问题:Uncaught TypeError: Cannot read property 'replace' of undefined...
阅读量:5842 次
发布时间:2019-06-18

本文共 588 字,大约阅读时间需要 1 分钟。

代码正确缩进位置如下,

extend "layout"block 'content',->   div ->'nihao'   script id:"InvoiceItem",type:"text/template",style:"display: none",->        div ->"{
{price}}" div ->"{
{quantity}}" div ->"{
{amount}}" coffeescript -> $ -> invoiceItemModel = new InvoiceItemModel({price:5,quantity:3}) (new PreviewInvoiceItemView({el:'body',model:invoiceItemModel})).render()

原因:引用了extend "layout"模板以后,要操作当前页面的代码,应该放在当前页面代码的内部,放在外部是访问不到的,所以报错:Uncaught TypeError: Cannot read property 'replace' of undefined

转载于:https://www.cnblogs.com/greenteaone/p/4318766.html

你可能感兴趣的文章
JqueryValidate 动态添加验证
查看>>
大数据公司Palantir融得7亿美元 曾追踪拉登
查看>>
建立备份策略的重要性
查看>>
小白用户如何轻松上云 -我的轻量应用服务器探索记
查看>>
发力IoT领域 Marvell注重生态系统发展
查看>>
20个问题揭穿冒牌数据科学家
查看>>
你应该知道的 RPC 原理
查看>>
Ubuntu安装词典
查看>>
KVM虚拟机在线添加网卡
查看>>
Spring解析
查看>>
java设计模式之——代理模式
查看>>
python中str和repr区别
查看>>
升级win10后无法使用桥接网络解决方法
查看>>
如何进行跨网段的远程唤醒
查看>>
数据挖掘-同比与环比
查看>>
nginx+php详解
查看>>
我的友情链接
查看>>
RedHat6 管理应用服务【11】
查看>>
stm32F10x复习-1
查看>>
20135226黄坤信息安全系统设计基础期末总结
查看>>