zengyicheng 2 years ago
parent
commit
0b312662a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pages/race/eventCenter/myAnli.vue

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

@@ -35,14 +35,14 @@
         <div class="anliMiddle">
           <div class="anliBox">
             <div class="anliImg">
-              <!-- <img
+              <img
                 :src="
                   JSON.parse(an.info).cover && JSON.parse(an.info).cover.length
                     ? JSON.parse(an.info).cover[0].url
                     : noBanner
                 "
                 alt=""
-              /> -->
+              />
             </div>
             <div class="anliNav">
               <div>项目名称:{{ JSON.parse(an.info).title }}</div>