使用范围:UI2
Contents
component WxAppPay ($UI/comp/wxAppPay/components/wxAppPay/wxAppPay) extends BindComponent
Constructor Top
WxAppPay () | |||
WxAppPay ( options) |
Operations Top
sendPay
( 结构如下:) |
Constructor details
Top
public
WxAppPay
()
使用场景:微信支付组件;
使用方法: 拖入设计器,事件中可调用支付操作;当交易类型为公众号支付时,用户标识(openid微信中微信用户的唯一标识)为必须参数。
public
WxAppPay
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
WxAppPay
()
public
WxAppPay
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Operations Detail Top
public
sendPay
(
结构如下:)
结构如下:)
发起支付