现在的1.06.2504010又出现这个问题了
@babel/plugin-proposal-private-property-in-objecthttps://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html 在5010正常运行的代码,到5020的工具上不行了 报了一堆这样的错 [] Error: file: common/vendor.js --- PLACEHOLDER PACKAGE --- This @babel/plugin-proposal-private-property-in-object version is not meant to be imported. Something is importing @babel/plugin-proposal-private-property-in-object without declaring it in its dependencies (or devDependencies) in the package.json file. Add "@babel/plugin-proposal-private-property-in-object" to your devDependencies to work around this error. This will make this message go away.
07-07我找到原因了,默认install的最新0.06版本没有dist目录,安装0.05版本(npm install --save threejs-miniprogram@0.0.5)可以解决这个问题。 这是工具库作者的失误,希望官方能尽快修复。
构建失败,找不到threejs-miniprogram的入口文件https://developers.weixin.qq.com/miniprogram/dev/extended/utils/threejs.html
2021-03-16请问你解决了吗
cover-view覆盖webview后如果更改data中的数据,安卓机型上视图层未进行改变页面主体是webview,cover-view的值是data中的值:time, 进入页面onload生命周期中请求后端接口改变了data中的time的值, 安卓手机的话视图层time的值没进行改变 编辑器和iOS中time改变没有问题
2021-01-06请问你解决了吗,我遇到了同样的问题
苹果手机GIF播放两遍,安卓却正常播放一遍苹果手机GIF播放两遍,安卓却正常播放一遍
2020-11-02