Skip to content

Commit 83c45c9

Browse files
authored
fix: comment (#2924)
* fix: typo * adjust comment
1 parent 83900c9 commit 83c45c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/DocPaginator/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ export default function DocPaginator(props) {
108108
path: window?.location?.pathname,
109109
action: type,
110110
comment: isChina
111-
? `我的建议是:${values?.commentValue}。领取人信息:${
112-
values?.name || "未设置"
113-
}, ${values?.contact || "未设置"}`
111+
? `${values?.commentValue}。领取人信息:姓名=>${
112+
values?.name || "名称未设置"
113+
}, 联系方式=>${values?.contact || "联系方式未设置"}`
114114
: values?.commentValue,
115115
});
116116
setIsVoted(true);

0 commit comments

Comments
 (0)