- 企业微信中使用wx.openEnterpriseChat此函数PC不生效
https://open.work.weixin.qq.com/api/doc/90000/90136/92525 在企业微信中使用API wx.openEnterpriseChat 打开会话,在PC中不生效。
2021-04-02 - 无法格式化代码
https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html 最新版本1.03.2010240无法格式化代码。
2020-11-05 - 自定义一个组件,两个相邻元素之间加横线,但是不生效?
.item + .item { position: relative; } .item + .item:before { content: ''; position: absolute; top: 0; left: $hd-spacing-row-base; right: $hd-spacing-row-base; // border-top: 0.5rpx solid $hd-line-color; // h5正常,小程序没显示。 border: 0.5rpx solid red; // 如果用这个属性小程序有反应但是要设置width transform-origin: 0 0; transform: scaleY(0.5); height: 0.5rpx; color: $hd-line-color; padding: 0 10px; z-index: 2; } 有遇见这样的情况的?很奇怪,调试很久了,必须用border加width去适配?不能用border-top?
2020-07-10 - 能否得知page的偏移多少出屏幕的可视范围?
wxml中page被键盘往上顶,有什么方法能得知偏移多少出去了吗?因为键盘往上顶的时候不一定偏移top都一样。
2020-06-12