- 审核员不认证对待审核,为啥都不看程序就驳回?
审核员不认证对待审核,连登录都不登录,就驳回申请;完全的不作为;希望官方重视一下吧!!!都不看说明等等就一直驳回,都申诉了完事就换理由驳回,结果驳回内容没有任何变更;
2024-10-31 - 小程序授权手机号,拒绝授权直接wx.exitMiniProgram退出小程序,是否符合规范?
微信小程序用户拒绝授权手机号,退出小程序,是否可以这样做
2021-08-03 - 开发者工具更新以后之前有的sdk显示找不到?
[图片] 未更新开发工具的时候,这个sdk是可以找到的,更新了以后显示找不到,打不开项目
2020-11-11 - input输入框聚焦键盘不显示
<view class='input-box'> <view class='number-box'> <block wx:for="{{verityLength}}" wx:key="item"> <view class="input-list"> <view wx:if="{{codeNumber.length === index && focus}}" class="cursor"></view> <input class="box-input" value="{{codeNumber.length>=index+1?codeNumber[index]:''}}" disabled catchtap='onfocus'></input> </view> </block> </view> <input class='input-number' value="{{codeNumber}}" maxlength="{{verityLength}}" focus="{{focus}}" bindinput="handleSetCode" bindfocus='onfocus' bindblur='onblur'></input> {{focus}} </view> .input-box { /* padding-left: 36rpx; */ box-sizing: border-box; margin-top: 40rpx; position: relative; } .input-number { width: 0; height: 0; min-height: 0; /* width: 670rpx; height: 124rpx; min-height: 0; margin:0 auto; position: absolute; top:0; left: 40rpx; opacity: 0; color: transparent; */ } .number-box { width: 670rpx; margin:0 auto; display: flex; justify-content: space-between; align-items: center; } .input-list{ display: flex; justify-content: center; align-items: center; position: relative; box-sizing: border-box; width:100%; height: 124rpx; } .box-input{ text-align: center; width: 92rpx; height: 116rpx; border-radius: 20rpx; border: 2rpx solid #E6E6E6; margin-left: 16.5rpx; font-size: 84rpx; line-height: 115rpx; text-align: center; position: absolute; left: 0; bottom: 0rpx; box-sizing: border-box; } .input-list:first-child .box-input{ margin-left: 0; } .cursor { width: 1px; height: 80rpx; background-color: #000; animation: focus 1s infinite; margin-left: -30rpx; margin-top: 5rpx; /* position: absolute; left: 83.5rpx; */ } .input-list:first-child .cursor{ margin-left: -60rpx; } @keyframes focus { from { opacity: 1; } to { opacity: 0; } } we .number-box:nth-child(1) { margin-left: 0rpx; }
2020-05-13 - iphoneX中input框焦点偏移
- 当前 Bug 的表现(可附上截 [图片] 图) - 预期表现 键盘消失,焦点不错位 - 复现路径 - 提供一个最简复现 Demo
2018-11-27