Browse Source

fix: 阿里云语音bug

fix: 阿里云语音bug
hear 3 years ago
parent
commit
2906f2f483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/notice/Template/Detail/index.tsx

+ 1 - 1
src/pages/notice/Template/Detail/index.tsx

@@ -427,7 +427,7 @@ const Detail = observer(() => {
                 };
                 };
                 state1.componentProps = {
                 state1.componentProps = {
                   rows: 5,
                   rows: 5,
-                  placeholder: '此部分内容中变量将用于阿里云语音验证码。',
+                  placeholder: '内容中变量将用于阿里云语音验证码。',
                 };
                 };
               } else {
               } else {
                 state1.hidden = true;
                 state1.hidden = true;