Commit 52ddee2d authored by 李增强's avatar 李增强

Initial commit

parent 15758c97
...@@ -37,7 +37,7 @@ public class Handler { ...@@ -37,7 +37,7 @@ public class Handler {
} }
PayTask alipay = new PayTask(mActivity); PayTask alipay = new PayTask(mActivity);
final Map<String, String> map = alipay.payV2(order, true); final Map<String, String> map = alipay.payV2(order, true);
new android.os.Handler().post(new Runnable() { mActivity.runOnUiThread(new Runnable() {
@Override @Override
public void run() { public void run() {
result.success(map); result.success(map);
......
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