Commit ccee4d8a by 赵艳波

tj

parent 80e1b6d2
Showing with 2 additions and 0 deletions
......@@ -33,6 +33,8 @@ class Bridge {
return new Promise((resolve, reject) => {
try {
jsBridge.callHandler("getBarHeight", data, function (response) {
console.log("高度=>", response);
resolve(response);
});
resolve(null);
......
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 sign in to comment