Skip to content

Commit 88b9d2c

Browse files
committed
refactor(Example): 修复 wx:key 语法错误的问题
1 parent 134ad4e commit 88b9d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pages/navigator/filter/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<detail-navi-card
77
wx:for="{{baseNaviConfigs}}"
88
wx:for-item="baseNaviConfigs"
9-
wx:key="{{index}}"
9+
wx:key="index"
1010
icon="{{baseNaviConfigs.icon}}"
1111
title="{{baseNaviConfigs.title}}"
1212
componentsPath="{{baseNaviConfigs.componentsPath}}"

0 commit comments

Comments
 (0)