官方说不关他们的事,叫我在这里发帖,有劳各位。
有遇到相同情况的吗?编译异常终止,模拟器白屏,提示不支持异步获取系统info[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details. [system] WeChatLib: 3.0.2 (2023.10.18 23:34:50) [system] Subpackages: N/A [system] LazyCodeLoading: false Current Wechat version do not support asynchronous getSystemInfo. "wx.getSystemInfoAsync" will be finished by synchronous implementation.
2023-11-02具有指纹识别和人脸识别的三星c7000手机,无法正确获取supportMode,返回[ ]: {errMsg: "checkIsSupportSoterAuthentication:ok", supportMode: Array(0)}
wx.checkIsSupportSoterAuthentication?wx.checkIsSupportSoterAuthentication真机调试 支持指纹识别, 不支持人脸识别。人脸识别需要行业限制?
2020-11-05 formatDateTime: function(date){ const year = date.getFullYear() const month = date.getMonth() + 1 const day = date.getDate() const hour = date.getHours() const minute = date.getMinutes() const second = date.getSeconds() return [year, month, day].map(formatNumber).join('/') + ' ' + [hour, minute, second].map(formatNumber).join(':') 结果:formatNumber is not defined; [Component] Event Handler Error @ components/jlogin/jlogin#onLogin ReferenceError: formatNumber is not definedformatNumber is not defined; [Component] Event Handler Error @ components/jlogin/jlogin#onLogin ReferenceError: formatNumber is not defined
小程序里面能用map遍历吗我在小程序里面用map遍历说没有map is not a function,小程序不是支持es6吗
2020-10-01请教如何获取“const buf = wx.arrayBufferToBase64(frameBuffer)”语句中的frameBuffer?尝试使用 manager.onFrameRecorded((res) => { const { frameBuffer } = res }),提示没有改方法。
一句话识别出错[图片] 执行后,始终出现如下错误: [图片] 是data书写错误吗?正确的是?
2020-03-03