Commit a1d4dd9d authored by wind.wang's avatar wind.wang

fix missed shareImg

parent 32fa2e2d
......@@ -79,6 +79,13 @@ class Social {
}
})
}
shareImg(args, callback) {
ReactShare.shareImg(args, (result) => {
if (callback) {
callback(result)
}
})
}
pay(args, callback) {
ReactPay.Pay(args, (result) => {
if (callback) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment