BUG无限多啊
wx.chooseImage({}),选择同一张照片,有时能选择上,有时不能(1)wx.chooseImage({}),选择同一张照片,有时能选择上,有时不能,当选择多张照片时,有某张图片没有选择成功,不爆出选择失败,(2)当我选择九张照片时,只出现了8张,我通过什么路径能够知道我当前选择图片的数量
2021-05-23这个,,,要补习一下基础知识了呀
input confirm-hold="false" 键盘不收起- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo input组件里面设置了 confirm-hold="false" 但是点击键盘右下角按钮 键盘不收起 代码如下 <input value="this is a input" password="{{password}}" type="text" placeholder-style="" cursor-spacing="30" focus="true" confirm-type="send" confirm-hold="true" bindinput="input"></input>
2021-05-23原来是隐藏的input的宽高问题啊,学到了
部分手机input的type=number时,键盘无法弹出- 当前 Bug 的表现(可附上截图) [图片] [图片] [图片] - 预期表现 应该进去默认弹出键盘,或者点击之后弹出 - 复现路径 - 提供一个最简复现 Demo <view class="password-box"> <view class='password-wrapper'> <!-- 伪装的input --> <block wx:for="{{inputLength}}" wx:key="item"> <!-- 宽高可以由外部指定 --> <view class="password-item {{currentValue.length === index ? 'password-active' : ''}}" style="width: {{inputWidth}}; height: {{inputHeight}}" catchtap='_focusInput'> <!-- 隐藏密码时显示的小圆点【自定义】 --> <view wx:if="{{!showValue && currentValue.length>=index+1}}" class="hidden"></view> <!-- 显示密码时显示对应的值 --> <view wx:if="{{showValue}}" class="show"> {{currentValue.length>=index+1?currentValue[index]:''}} </view> </view> </block> </view> <!-- 隐藏的输入框 --> <input type="number" password="{{true}}" value="{{currentValue}}" class='hidden-input' maxlength="{{inputLength}}" focus="{{inputFocus}}" bindinput="_setCurrentValue"></input> </view> _focusInput() { this.setData({ inputFocus: true }); },
2021-05-23正在整改,更新了就好了
小程序搜索全名可以搜索到 模糊搜索搜索不到?小程序搜索全名可以搜索到 模糊搜索搜索不到?搜索英文 或 中文 都搜索不到,只能搜索中英文才能搜出来 AppID: wxd46dde10feaaca29 10.1之前是正常的,每日关注人数也在增长,10.1之后就不行了。搜中文关键词 能搜出其它人的小程序,且比较杂,就是没有我的,原来我的能排第三位,现在一个也没了
2021-05-23同求!!!
请问小程序canvas如何设置字体小程序canvas如何设置字体
2021-05-23拉莫帅同志,好像不得行哦
微信如何扫码进入公众号再跳转到小程序指定页面?[图片] [图片] 如图,微信扫码后公众号自动回复小程序的指定商品内容。
2021-05-23一对一的吧
小程序如何关联多个公众号1.小程序是通过接口实现关联公众号的吗? 2.小程序关联公众号有个数限制吗?
2021-05-23http不管用了吧
不在以下 request 合法域名列表中请问如果在request中已经配置了相关域名但是请求时还出现了“不在request合法域名中”的错误,这科学么?有可能么?还是我操作出现了什么问题?出于公司保密的需要我把具体域名遮盖起来了,但是我比较了除了一个开头是https一个是http之外没区别啊,求大佬指教一下。十分感谢! [图片]
2021-05-23你好,问题解决了么?
小程序图片上传- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 接口返回的base64上传到服务器,base64转临时链接在真机上传不上
2021-05-23所以,是怎么解决的呢?
wx.uploadfile 使用for循环中上传图片?wx.uploadfile 使用for循环中上传图片到图床,只有第一个上传成功并返回url,剩余失败这怎么解决?
2021-05-23