PC-20180523CIYM\Administrator vor 6 Jahren
Ursprung
Commit
d3219c609a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      2018专题/1808万象物语专题-商务/src/_index.html

+ 1 - 1
2018专题/1808万象物语专题-商务/src/_index.html

@@ -130,7 +130,7 @@
                                 <li :class="['item' + (index + 1)]" v-for="(item,index) in worldList" :key="index">
                                     <p>
                                         <span>{{item.desc}}</span>
-                                        <img :src="isWorldShow ? '../..//' + item.cover : 'http://pub.dwstatic.com/common/img/blank.png'" alt="" />
+                                        <img :src="isWorldShow ? resourceAPI + item.cover : 'http://pub.dwstatic.com/common/img/blank.png'" alt="" />
                                     </p>
                                 </li>
                             </ul>