国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - 在vue中使用preloadjs載入文件,fileload事件無效,從而導(dǎo)致complete事件也無效了
大家講道理
大家講道理 2017-06-12 09:27:52
0
1
1176

需要載入一些圖片和音訊資源,偽代碼如下:

data () {
    assets: []  
},
methods :{
    getAssets () {
        var que = new createjs.LoadQueue(true);
        que.setMaxConnections(5);
        que.on('fileload', this.handleFileLoad, this);
        que.on('complete', this.createLoading, this);
    },
    handleFileLoad (event) {
        this.assets[event.item.id] = event; //這里根本進(jìn)不來
    },
    createLoading (e) {
        // ...
    }
}

不知道是不是vuecomponent物件中傳入的this的問題,求解。

大家講道理
大家講道理

光陰似箭催人老,日月如移越少年。

全部回覆(1)
滿天的星座

第三個參數(shù)this改成window試試

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板