zengyicheng 2 år sedan
förälder
incheckning
0b312662a7
1 ändrade filer med 2 tillägg och 2 borttagningar
  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>