使用范围:WX
Contents
component WxPay ($UI/comp/wxPay/components/wxPay/wxPay) extends BindComponent
Constructor Top
WxPay () | |||
WxPay ( config) |
Properties Top
String |
outTradeno
已付款订单号 | ||
String |
productId
商品id | ||
String |
productName
商品名称 | ||
String |
shopName
店铺名称 | ||
String |
totalFee
支付金额 |
Methods Top
void | sendPay () |
Operations Top
void | sendPay () |
Events Top
void | paySuccess (Res event) |
Constructor details
Top
public
WxPay
()
使用场景:
public
WxPay
( config)
构造函数
Inherited from Operational
public
WxPay
()
public
WxPay
( config)
构造函数
Inherited from Operational
Properties Detail Top
public
String
outTradeno
已付款订单号
public
String
productId
商品id
public
String
productName
商品名称
public
String
shopName
店铺名称
public
String
totalFee
支付金额
Methods Detail Top
public
void
sendPay
()
发起支付
Operations Detail Top
public
void
sendPay
()
发起支付
See SendPay
Events Detail Top
支付成功触发