微信自己开发的小程序码巨难识别,还不如普通的二维码
小程序二维码扫码比较难识别我们在使用二维码的时候有注意到,用微信扫码普通的二维码(方形二维码)很容易识别出来,但是扫码小程序专用的二维码却比较难识别(要对着二维码左右晃动好几次才能识别出来),举个例子,看下面的两个二维码,你同时扫描两个码,微信识别出来的都是方形的二维码,想咨询下官方有解决办法吗 [图片]
02-04我简直要吐了。你们灰度都没发现吗? 直接就这样发了一版。。。
微信开发工具使用ts开发会提示找不到js文件?工具版本:1.05.2204180 操作系统: MacOS Big Sur 11.2.3 (20D91) 代码依赖分析] 找到 8 个依赖异常情况,请检查 Couldn't resolve the Js file "app.js" relative to "app.json" Couldn't resolve the Js file "pages/home/home.js" relative to "pages/home/home.json" Couldn't resolve the Js file "pages/login/login.js" relative to "pages/login/login.json" Couldn't resolve the Js file "pages/index/index.js" relative to "pages/index/index.json" Couldn't resolve the Js file "pages/setup/setup.js" relative to "pages/setup/setup.json".... 我用ts开发 引用了js公共组件 然后编译就提示这个 关键我这个目录只有ts。没有js文件 这个猜测是 "代码依赖分析"功能给输出的,因为项目使用的是ts开发,并不会在开发目录下生成对应的js,这个分析功能发现页面没有对应的js就爆出警告了 现在的问题是,有没有地方可以设置,将这个分析功能关闭呢?
2022-04-28同样的问题,各种Couldn't resolve
ts+less新建模板下,使用自定义tabbar,控制台总是summer-compiler报错?ts+less新建模板下,使用自定义tabbar,控制台总是summer-compiler报错。在js+wxss的模板下,可以正常运行。怀疑是ts编译器的bug。 请帮忙看下这个问题如何解决。 [] [summer-compiler] Couldn't found the 'custom-tab-bar/index.json' file relative to 'app.json.json' Error: [summer-compiler] Couldn't found the 'custom-tab-bar/index.json' file relative to 'app.json.json'[图片] 代码链接:https://developers.weixin.qq.com/s/9YM08dmd7RyK
2022-04-26当canvas是在component内获取不到
createSelectorQuery 为什么获取不了 Canvas 实例?wx.createSelectorQuery() .select('#myCanvas') .fields({ node: true, }) .node() .exec(res=> { const canvas = res_sl[0].node const ctx = canvas.getContext('2d') console.log(canvas) })
2021-09-10使用它的孪生兄弟windicss却是可以,开启对应的文件支持配置即可。
tailwindCSS语法提示支持?讲vscode的插件tailwindcss-intellisense拷贝到拓展里,打开后无效,语法没有提示。
2021-09-06微信把这个放在平台能力里了
小程序的weui组件文档今天突然没了?[图片]
2021-08-31