使用范围:UI2
Contents
component PrizeDraw ($UI/comp/hdMarketing/components/prizeDraw/prizeDraw) extends ViewComponent
Constructor Top
PrizeDraw () | |||
PrizeDraw ( options) |
Operations Top
void | prizeDraw () | |
void | sendPrize () | |
void | wheelPrize () |
Constructor details
Top
public
PrizeDraw
()
使用场景:互动营销抽奖 ;
使用方法:拖入设计器中,可以在事件中绑定派奖操作,抽奖,参与送券,抽奖(大转盘,九宫格等有过程动画类抽奖);
public
PrizeDraw
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
PrizeDraw
()
public
PrizeDraw
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Operations Detail Top
public
void
prizeDraw
()
抽奖
See PrizeDraw
public
void
sendPrize
()
参与送券
See SendPrize
public
void
wheelPrize
()
抽奖(大转盘,九宫格)
See WheelPrize