小程序内一些固定的图片存放于cdn上面,通过设置缓存来减少cdn流量和提升加载速度 直接上代码 /* * @Description: 图片缓存 */ const IMAGE_CACHE = 'imageCache' /** 获取图片缓存路径 */ const getImgCacheByStorage = () => wx.…
ArkTS,TextInput获取焦点会弹出输入法,失去焦点就会关闭软键盘,使用focusControl控制焦点即可关闭软件盘。 build() { Column() { TextInput() Button('提交') .key('button') .onClick(()=>{ focusContro…
使用ant-design-vue开发时,会报如下警告 Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the c…