现在2023年08月24号下午17点47分,这个bug依然存在,并且我去改了下代码,然后commit上填写:“抛弃官方文档,以社区为准”
openCustomerServiceChat 气泡消息路径 页面不存在wx.openCustomerServiceChat({ extInfo: { url: 'url' }, corpId: 'id', showMessageCard:true, sendMessageTitle: that.data.title, sendMessagePath:`/pages/goodsDetail/goodsDetail?goodsid=${that.data.sku.id}`, sendMessageImg:that.data.sku.cover, success(res) { console.log('联系客服',res)}, fail(err){ console.log('联系客服',err) } }) 正常填写路径后,打开提示页面不存在。经过瞎吉儿测试,需在页面路径后缀加上.html。 `/pages/goodsDetail/goodsDetail.html?goodsid=${that.data.sku.id}` 这不是瞎搞吗?
2023-08-24这个问题我倒是没碰见过,我碰见的是光标占用宽度了,导致placeholder的文字位置往右移了,这个问题到现在还没解决吗? 2023年1月16号 15:21打卡
input 输入框 点击输入时,出现重影,字体抖动微信小程序 input组件获取焦点时,字体向上跳动,并出现黑色阴影并立刻消失
2023-01-16@社区技术运营专员-许涛
海外主体小程序使用获取手机号的功能?https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
2021-08-19