gpt4 book ai didi

javascript - 将 Meteor 的 Iron Router 参数传递给模板回调

转载 作者:IT老高 更新时间:2023-10-28 23:18:20 25 4
gpt4 key购买 nike

如何将 Iron Router 参数传递给 Template.myTemplate.rendered 回调?以下路由和回调函数为 console.log 提供了 undefined

网址

http://localhost:3000/story/1234

Router.js

Router.map( function() {

this.route('story', {
path: '/story/:_id',
template: 'story'
})

})

story.js

Template.story.rendered = function () {

console.log('params: ', this.params) // undefined
console.log('_id: ', this._id) // undefined

}

最佳答案

你试过Router.current().params吗?

关于javascript - 将 Meteor 的 Iron Router 参数传递给模板回调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23093799/

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