调研互动课堂的 ticSdk.getBoardInstance().addBackgroundPic 新增白板并添加背景图片接口报js错误,直接设置背景图片接口是好的
board_sdk.mini.js:1 Uncaught TypeError: this.board.createBoradId is not a function
at d.addBackgroundPic (board_sdk.mini.js:1)
at online.addBackgroundPic (appForT.js?1=1:487)
at HTMLButtonElement.<anon
我是新来的相控器。我开始看youtube连续剧,我第一次遇到问题。我的背景图片没有加载。我有这个js代码
/* global Phaser */
var game = new Phaser.Game(1200,600, Phaser.AUTO);
var GameState = {
preload : function(){
this.load.image('background','assets/images/background.png');
},
create: function() {
this
我正在使用来拖拽背景图片,但它在IE8中不起作用,控制台说
Unable to get property 'match' of undefined or null reference,
File: draggable_background.js, Line: 63, Column: 15。
小提琴:
问题出在哪里?我该如何解决这个问题?
我想在我的流星网络应用程序中添加一个背景图片:
background: url('../public/img/car.jpg') no-repeat center center fixed;
但是,我得到以下错误消息:
jquery.js?hash=c334cf5…:3662 Not allowed to load local resource: file:///D:/project/app/public/car.jpg
我遗漏了什么?