Переглянути джерело

Merge branch 'master' of https://git.cocorobo.cn/jack/EvenManage

zengyicheng 2 роки тому
батько
коміт
f0840867c9
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      src/App.vue
  2. 1 1
      src/components/pages/race/eventCenter/myAnli.vue

+ 1 - 1
src/App.vue

@@ -183,7 +183,7 @@ body {
 .app_head {
   height: 67.5px;
   width: 100%;
-  background-color: rgb(61, 103, 188);
+  background-color: rgb(43 68 118);
   display: flex;
   align-items: center;
   min-width: 1000px;

+ 1 - 1
src/components/pages/race/eventCenter/myAnli.vue

@@ -240,7 +240,7 @@ export default {
       console.log("_overview", overview);
       console.log("_process", process);
       console.log("_results", results);
-      this.generate(_html, { title: info.title, username: res.username });
+      this.generate(_html, { title: info.title, username: res.name });
     },
     async generate(a, data) {
       // 将html文件中需要用到的数据挂载到store上