Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

column-*.hbs中{{current}}为空 #14

Closed
fengmoxi opened this issue Nov 18, 2017 · 4 comments
Closed

column-*.hbs中{{current}}为空 #14

fengmoxi opened this issue Nov 18, 2017 · 4 comments

Comments

@fengmoxi
Copy link

fengmoxi commented Nov 18, 2017

{{#foreach navigation}}
                    {{#if current}}
                        {{#if nodes}}
                            {{#foreach nodes}}
                                {{#if isShow}}
                                    {{current}}这个为空
                                {{/if}}
                            {{/foreach}}
                        {{/if}}
                    {{/if}}
                {{/foreach}}
@fengmoxi
Copy link
Author

版本号1.4.0

@fengmoxi fengmoxi changed the title column-*.hbs中{{category.current}}为空 column-*.hbs中{{current}}为空 Nov 18, 2017
@welkinwong
Copy link
Owner

收到,晚点时候我排查一下

@zlyzlx
Copy link
Contributor

zlyzlx commented Feb 28, 2018

categories.service.js 文件里139行category.node少了个s ,改成category.nodes就好了

@welkinwong
Copy link
Owner

@zlyzlx 感谢,你能帮忙推个PR过来吗

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants