exportClick() {
console.log(wx.env.USER_DATA_PATH);
},
- 发布:2023-03-19 20:23
- 更新:2023-03-25 14:33
- 阅读:702
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 3.7.3.20230223
HBuilderX类型: 正式
HBuilderX版本号: 3.7.3
浏览器平台: Chrome
浏览器版本: 111.0.5563.65(正式版本) (64 位)
项目创建方式: HBuilderX
示例代码:
操作步骤:
exportClick() {
console.log(wx.env.USER_DATA_PATH);
},
exportClick() {
console.log(wx.env.USER_DATA_PATH);
},
预期结果:
成功
成功
实际结果:
chunk-vendors.js:2765 [Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'USER_DATA_PATH')"
chunk-vendors.js:2765 [Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'USER_DATA_PATH')"
bug描述:
获取wx.env.USER_DATA_PATH出错,改成uni.env.USER_DATA_PATH也一样
1 个回复
终究会弄懂 (作者)
有人吗??