diff --git a/src/pages/PostMachineReview/index.jsx b/src/pages/PostMachineReview/index.jsx index 3245277..83f00bf 100644 --- a/src/pages/PostMachineReview/index.jsx +++ b/src/pages/PostMachineReview/index.jsx @@ -20,12 +20,12 @@ const PostMachineReviewContent = (props) => { key: "creator", render: (data) => (
- +

- ID:{data.user_id} + ID:{data?.user_id}

- 昵称:{data.name} + 昵称:{data?.name}

),