gpt4 book ai didi

node.js - 将参数从 Router 传递到 Meteor 上的 Template 助手

转载 作者:太空宇宙 更新时间:2023-11-03 23:07:04 24 4
gpt4 key购买 nike

我有一个定义如下的路由器

Router.route('/profile/:input',function(){
this.render('profile');
});

这样我就可以通过调用this.params.input来获取input的值。我想在 MongoDB 上查询该值并传递给模板配置文件。但是我怎样才能将这些信息从路由器交换到助手呢?

if (Meteor.isClient) {
Template.profile.helpers({
data: function(){
//what to do?!
}
});
}

最佳答案

在 Template.foo.helpers 中,您可以通过以下方式获取路由器参数:

Router.current().params.input

关于node.js - 将参数从 Router 传递到 Meteor 上的 Template 助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31528955/

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