gpt4 book ai didi

Meteor .helpers函数参数

转载 作者:行者123 更新时间:2023-12-02 06:51:24 25 4
gpt4 key购买 nike

是否可以将参数从我的模板传递到 .helpers 函数参数?我正在尝试下面的代码,但总是收到如下所示的错误。谢谢

Template.documentUpdate.helpers({

getDocID: function(dCode){
return docsIDArray[dCode];
}
});

在模板中:

<input type="hidden" id="docID" name="docID" value="{{getDocID(1) }}">

错误:

Exception from Tracker recompute function: Error: No such function: getDocID

最佳答案

您的语法不正确,请尝试以下操作:

<input type="hidden" id="docID" name="docID" value="{{getDocID 1}}">

关于Meteor .helpers函数参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29411305/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com