https://developers.weixin.qq.com/s/zP5Osdmx7Dlc
pc端小程序分享时无法显示封面图?[图片]
2020-10-19有使用过成功的大佬吗,也是有这个问题,而且下面的这些代码怎么弄[图片]
微信提供这个miniprogram-slim小程序包瘦身工具怎么使用?我使用这个工具的时候 报Cannot read property 'size' of undefined
2020-06-30// 输入框行数变换 lineChange: function(e) { let that = this; if (e.detail.lineCount == 2) { that.setData({ lineHeight: true }) } else { that.setData({ lineHeight: false }) } }, 在开发工具上是没问题的,但是到真机上就没用,还是默认的lineheight
textarea的bindlinechange在我的手机上失效首先,在textarea上绑定了bindlinechange事件, 然后,在其它手机上: 初始化时,自动触发bindlinechange, lineCount变为1 √ 输入换行时,再次触发bindlinechange, lineCount变为2 √ 完美! 在我的手机上: 初始化时,自动触发bindlinechange, lineCount变为1 √ 输入换行时,没有任何反应 × 再次辛苦尝试,仍然没有任何反应 × 为什么?
2019-08-06