Browse Source

Merge branch '2023-8-22_分数'

liushengqiang 2 years ago
parent
commit
7dde22c344
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/page-instrument/header-top/index.tsx

+ 2 - 2
src/page-instrument/header-top/index.tsx

@@ -44,8 +44,8 @@ export const headTopData = reactive({
 			if (state.platform === IPlatform.PC) {
 				showConfirmDialog({
 					className: 'modalTip',
-					title: "温馨提",
-					message: "该功能暂未开发,敬请期待",
+					title: "温馨提",
+					message: "该功能暂未开放,敬请期待。",
 					showCancelButton: false,
 				});
 				return;