张延森 hace 3 años
padre
commit
3c24588c1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/Honghe.vue

+ 1
- 1
src/pages/Honghe.vue Ver fichero

@@ -220,7 +220,7 @@ export default {
220 220
         item.screenImg,
221 221
         item.calendarImg,
222 222
       ]
223
-    }, [])
223
+    }, []).concat(require('../assets/prizeImg/HappyWnning.jpg'))
224 224
     preloadImages(mainImages, () => {
225 225
       this.imagesLoaded = true
226 226
     })