We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poplayer({ header:headertext, data:data, template:template });
template语法与render完全一样。
poplayer({ header:headertext, render:function(p){ //my code here... } });
渲染函数传入参数结构
{ container:{popbodycontainer} }