- 注册时间
- 2023-8-28
- 最后登录
- 2023-8-31
- 阅读权限
- 10
- 积分
- 39
- 精华
- 0
- 帖子
- 10
|
mini.open({
showMaxButton: true,
url: ,
width: 300, height: 350,allowResize:true,ShowMaxButton:true,
allowDrag:true,
onload: function () {
var iframe = this.getIFrameEl();
iframe.contentWindow.setData(name);
},
ondestroy: function (action) {
}
});
|
|