Skip to content

Commit 8629737

Browse files
committed
chore: 解决数据展示问题
1 parent 8b25687 commit 8629737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/layout/grid/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class GridPage extends Taro.Component<{}, GridPageState> {
5959
private handleClick = (value: AtGridItem, index: number): void => {
6060
Taro.showModal({
6161
title: '提示',
62-
content: `Value: ${value}, Index: ${index}`,
62+
content: `Value: ${JSON.stringify(value)}, Index: ${index}`,
6363
showCancel: false
6464
})
6565
}

0 commit comments

Comments
 (0)