在线等~~,昨天还可以,今天就不可以了
app.绑定require,page里app.require引入失败?Windows 10 专业版20H2 ,微信开发者工具Stable1.05.2201240 , 调试库2.22.0 在App绑定require,Page里获取app,直接app.require引入报错 [图片][图片] 设置路径path变量为'.utils/util'时 会报错 Error:module "utils/util.js"is not defined [图片][图片] 将路径写死为'.utils/util'时 代码运行正常 [图片] //util.js module.exports = { testFunc(value) { return `testFunc${value}`; }, }; //app.js App({ onLaunch: function () {}, require(path) { return require(`${path}`); //return require("./utils/util"); }, }); //demo.js const { testFunc } = getApp().require("./utils/util"); Page({ onLoad() { const str = testFunc(1); console.log(str); this.setData({ str, }); }, });
2022-03-04有很大概率是页面开发引起的
微信公众平台上传图片不能保存并且自动刷新?因为是教育相关,所以会上传资料截图、电子课本图片,一次比较多,一般都是一百来张的,近期突然出现一个问题:刚上传几张没有问题,大概二十多张的时候浏览器自动刷新,不会保存,如果几张几张选择,你一保存,浏览器就直接崩溃了。。。。。。。 换了很多浏览器,都是刚用可以,传一会就不行了,跪求大神帮忙
2020-08-18