Open unclekitty opened 2 months ago
H5
浏览器版本: Chrome 128.0.6613.138 使用框架: Vue 3
期望正常运行
An error occurred: Uncaught TypeError: Taro.getStorageSync is not a function at
Taro CLI 4.0.5 environment info: System: OS: Windows 11 10.0.22631 Binaries: Node: 20.11.0 - C:\Program Files\nodejs\node.EXE npm: 10.2.4 - C:\Program Files\nodejs\npm.CMD npmPackages: @tarojs/cli: 4.0.5 => 4.0.5 @tarojs/components: 4.0.5 => 4.0.5 @tarojs/helper: 4.0.5 => 4.0.5 @tarojs/plugin-framework-vue3: 4.0.5 => 4.0.5 @tarojs/plugin-html: 4.0.5 => 4.0.5 @tarojs/plugin-platform-alipay: 4.0.5 => 4.0.5 @tarojs/plugin-platform-h5: 4.0.5 => 4.0.5 @tarojs/plugin-platform-jd: 4.0.5 => 4.0.5 @tarojs/plugin-platform-qq: 4.0.5 => 4.0.5 @tarojs/plugin-platform-swan: 4.0.5 => 4.0.5 @tarojs/plugin-platform-tt: 4.0.5 => 4.0.5 @tarojs/plugin-platform-weapp: 4.0.5 => 4.0.5 @tarojs/runtime: 4.0.5 => 4.0.5 @tarojs/shared: 4.0.5 => 4.0.5 @tarojs/taro: 4.0.5 => 4.0.5 @tarojs/vite-runner: 4.0.5 => 4.0.5 @tarojs/webpack5-runner: 4.0.5 => 4.0.5 babel-preset-taro: 4.0.5 => 4.0.5 eslint-config-taro: 4.0.5 => 4.0.5
import { getStorageSync } from '@tarojs/taro'
先这样写吧
import { getStorageSync } from '@tarojs/taro' 先这样写吧
最近安排一个版本吗?4.0.5 问题有点多啊,项目代码太多又不好一处处改,只好等待升级
相关平台
H5
浏览器版本: Chrome 128.0.6613.138 使用框架: Vue 3
复现步骤
期望结果
期望正常运行
实际结果
An error occurred: Uncaught TypeError: Taro.getStorageSync is not a function at
环境信息