- 这么获取pc 微信 内测版?
3.0???
2020-09-08 - 开发工具 canvas 默认 2d 超级大bug
canvas wx:if="{{isUseNewCanvas}}" type="2d" id="{{canvasId}}" class="ec-canvas ec-canvas-new" canvas-id="{{ canvasId }}" bindinit="init" bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}"> canvas wx:else class="ec-canvas" id="{{canvasId}}" canvas-id="{{ canvasId }}" bindinit="init" bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}"> isUseNewCanvas 默认false vivo等手机 间歇 取不到 宽高 getcontext 等 开发工具 默认true 报错~
2020-08-27 - wxs getDate
控制台输出 function nv_getDate(nv_date){if (nv_date === undefined)return(nv_date);;return(nv_date.nv_split(" ")[(0)])} function 2017-7-1 string 返回结果为string
2020-08-20 - 微信电脑版 小程序 不支持 css3 grid 是否有后续支持计划 ?
微信电脑版 小程序 不支持 css3 grid 是否有后续支持计划 es6 proxy 有哪些机型不支持 。。。 老机型是否可以不用考虑了
2020-08-05