收藏
回答

加载图片失败 Failed to read the 'responseText' property

框架类型 问题类型 操作系统 工具版本
小游戏 Bug Windows 1.03.2011120
import Phaser from '../libs/phaser.min'
import { config } from '../config'


export default class MainGame extends Phaser.Scene {
  constructor() {
    super('MainGame')
  }


  preload() {
    this.load.baseURL = config.baseUrl
    this.load.image('bg''images/bg.jpg')
    this.load.image('bullet''images/bullet.png')
    console.log('preload')
  }


  create() {
    this.add.image(00'bg')
  }
}

其中, config.baseUrl 是前缀地址。从开发者工具网络请求中看图片已经拿到了。

回答关注问题邀请回答
收藏

1 个回答

  • Forever
    Forever
    2020-12-24

    我无法复现你的问题,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2020-12-24
    有用
    回复
登录 后发表内容
问题标签