- session_key中存在\(反斜杠) 手机号解码失败 “填充无效 无法被移除”?
亲测 (50多次了) code请求到sessionkey 但凡带有\ 去解码手机号时都会报错“填充物小,无法被移除” 如果没有带有\责返回手机号? 这是为什么(以下为通过code获取到sessionkey) [图片] 以下为解码过程: [图片]
2021-07-20 - input框无法唤起键盘聚焦?
html: <image src="/images/ym3.jpg" style="width:100%;height:300px;padding-top:20px;padding-bottom:20px;"></image> <view class="sea_me"> <view class="me_left"> <input type="text" placeholder="请输入手机号" confirm-type="search" bindinput="usernameinput" bindtap="ToSearch"></input> </view> <view class="sea_me"> <view class="me_left"> <input type="password" placeholder="请输入密码" confirm-type="search" bindinput="passwordinput" bindtap="ToSearch"></input> </view> </view> css .sea_me{ overflow: hidden; width: 90%; margin: 0 auto; } .me_left{ position: relative; top: 40%; overflow: hidden; background: #fff; height: 55rpx; line-height: 55rpx; border-radius: 30rpx; padding: 0 10rpx; margin: 20rpx 0; } android 8.0.3以上 ios 8.0.3以上 本地无问题 到ios上出问题的。 调试 预览 体验版 线上 使用ios 部分均不可唤起input键盘聚焦 android 目前都可 没问题
2021-06-18