assets/utils/popup.js
@@ -18,7 +18,8 @@ $(_this.viewer.container).append( _this.ctn); //测试弹窗内容 var testConfig = { header:_this.entity._name, header:_this.entity.title, //header:"", content:'<img class="image" style="width:100%;height:100%;max-width:200px;max-height:150px" src=""></img>' } _this.ctn.append(_this.createHtml(testConfig.header,testConfig.content,_this.id));