We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83900c9 commit 83c45c9Copy full SHA for 83c45c9
src/theme/DocPaginator/index.tsx
@@ -108,9 +108,9 @@ export default function DocPaginator(props) {
108
path: window?.location?.pathname,
109
action: type,
110
comment: isChina
111
- ? `我的建议是:${values?.commentValue}。领取人信息:${
112
- values?.name || "未设置"
113
- }, ${values?.contact || "未设置"}`
+ ? `${values?.commentValue}。领取人信息:姓名=>${
+ values?.name || "名称未设置"
+ }, 联系方式=>${values?.contact || "联系方式未设置"}`
114
: values?.commentValue,
115
});
116
setIsVoted(true);
0 commit comments