Browse Source

万象物语

PC-20180523CIYM\Administrator 6 years ago
parent
commit
d3219c609a
1 changed files with 1 additions and 1 deletions
  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">
                                 <li :class="['item' + (index + 1)]" v-for="(item,index) in worldList" :key="index">
                                     <p>
                                     <p>
                                         <span>{{item.desc}}</span>
                                         <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>
                                     </p>
                                 </li>
                                 </li>
                             </ul>
                             </ul>