Wechat H5 calls WeixinJSBridge.call ('hideToolbar') to hide the bottom navigation bar is invalid

Wechat H5 calls WeixinJSBridge.call ("hideToolbar") to hide the bottom navigation bar is invalid, display as usual

function onBridgeReady() {
    WeixinJSBridge.call("hideToolbar");
  }

  if (typeof WeixinJSBridge == "undefined") {
    document.addEventListener("WeixinJSBridgeReady", onBridgeReady, false);
  } else {
    onBridgeReady();
  }

jssdk doesn't seem to have this API?.


this is not working now, is it?

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b319d9-2bdaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b319d9-2bdaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?