chengjie 4 miesięcy temu
rodzic
commit
d60bba5b8b
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/api/mps/mpsCommonController.js

+ 3 - 3
src/api/mps/mpsCommonController.js

@@ -388,9 +388,9 @@ export async function GetMPSNotice(ctx) {
388
         // let rand=stringUtils.Random(0,content.length-1);
388
         // let rand=stringUtils.Random(0,content.length-1);
389
         // result.Content=content[rand];
389
         // result.Content=content[rand];
390
 
390
 
391
-        // const content=[
392
-        //     "向您推荐团队新作「语境背单词」小程序,通过阅读理解+选择题,帮孩子高效记忆单词、灵活运用考点,为初高中生设计,欢迎体验!",
393
-        // ];
391
+        const content=[
392
+            "向您推荐团队新作「语境背单词」小程序,通过阅读理解+选择题,帮孩子高效记忆单词、灵活运用考点,为初高中生设计,欢迎体验!",
393
+        ];
394
         result.Content=content[0];
394
         result.Content=content[0];
395
 
395
 
396
         //有按钮的情况
396
         //有按钮的情况