Skip to content

Commit

Permalink
fix(runtime/miniprogram): 修复分组缓存逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhandsome committed Dec 22, 2023
1 parent 03e9ad5 commit 9f44004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/miniprogram/src/index/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Component({
},
data: {
sys: store.sys.get(),
rules: store.rules.get(),
rules: store.group.get(currentGroupCache.get() || '全部').get(),
badges: store.badges.get(),
modal: {
logo: '../icon/logo.png',
Expand Down

0 comments on commit 9f44004

Please sign in to comment.