小程序
小游戏
企业微信
微信支付
扫描小程序码分享
iPhone6s,系统ios11,input输入框聚焦为一点,内容光标变成一个点,input设置背景颜色,高度没问题,字体大小也没问题,真机调试没问题,发布体验版就出现问题了
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
机型:iPhone6s;微信版本:7.0
<
view
class
=
"wrap"
>
image
"logo"
src
"{{logo}}"
></
"ipt-wrap phone-wrap"
text
>手机号</
input
value
"{{phone}}"
type
"number"
maxlength
"11"
placeholder
"请输入手机号"
bindinput
"bindPhoneInput"
bindfocus
"phoneFocus"
bindblur
"phoneBlur"
placeholder-style
"color:#999;"
"icon-wrap"
catch:tap
"clearPhone"
><
icon
size
"16"
"clear"
wx:if="{{phone.length > 0 && isPhoneFocus}}"></
</
"ipt-wrap code-wrap"
>验证码</
"{{code}}"
"6"
"请输入验证码"
"bindCodeInput"
"codeFocus"
"codeBlur"
"color:#999"
"clearCode"
wx:if="{{code.length > 0 && isCodeFocus}}"></
button
"code-btn {{captchaDisabled ? 'countdown' : ''}}"
hover-class
"none"
bind:tap
"captcha"
>{{captchaLabel}}</
wx:if
"{{btnText=='登录'}}"
"submit {{highLight ? 'light' : ''}}"
"submit"
>{{btnText}}</
wx:else
"submit submit-blue {{highLight ? 'light-blue' : ''}}"
"txt"
"goAgreement"
>提交即视为遵守《用户使用协议》</
输入手机号的那个输入框不能输入
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,麻烦按照教程来提供下代码片段,另外回复的时候请在评论下回复,不然是收不到提醒的
您好,这个是简单的代码片段,麻烦查看一下,辛苦了
https://developers.weixin.qq.com/s/9mx8IWmM7D4F
数字input被禁用的问题可以使用这个代码片段https://developers.weixin.qq.com/s/asB4eWmI7a4h另外,光标变成一点的问题是否还存在呢?微信版本是否是7.0呢?如若还存在问题,麻烦提供下appid还有麻烦录个视频看下
麻烦提供一下出现问题的机型和微信版本,并且给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),麻烦也提供下视频
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
机型:iPhone6s;微信版本:7.0
<
view
class
=
"wrap"
>
<
image
class
=
"logo"
src
=
"{{logo}}"
></
image
>
<
view
class
=
"ipt-wrap phone-wrap"
>
<
text
>手机号</
text
>
<
input
value
=
"{{phone}}"
type
=
"number"
maxlength
=
"11"
placeholder
=
"请输入手机号"
bindinput
=
"bindPhoneInput"
bindfocus
=
"phoneFocus"
bindblur
=
"phoneBlur"
placeholder-style
=
"color:#999;"
></
input
>
<
view
class
=
"icon-wrap"
catch:tap
=
"clearPhone"
><
icon
size
=
"16"
type
=
"clear"
wx:if="{{phone.length > 0 && isPhoneFocus}}"></
icon
></
view
>
</
view
>
<
view
class
=
"ipt-wrap code-wrap"
>
<
text
>验证码</
text
>
<
input
value
=
"{{code}}"
type
=
"number"
maxlength
=
"6"
placeholder
=
"请输入验证码"
bindinput
=
"bindCodeInput"
bindfocus
=
"codeFocus"
bindblur
=
"codeBlur"
placeholder-style
=
"color:#999"
></
input
>
<
view
class
=
"icon-wrap"
catch:tap
=
"clearCode"
><
icon
size
=
"16"
type
=
"clear"
wx:if="{{code.length > 0 && isCodeFocus}}"></
icon
></
view
>
<
button
class
=
"code-btn {{captchaDisabled ? 'countdown' : ''}}"
hover-class
=
"none"
bind:tap
=
"captcha"
>{{captchaLabel}}</
button
>
</
view
>
<
button
wx:if
=
"{{btnText=='登录'}}"
class
=
"submit {{highLight ? 'light' : ''}}"
bind:tap
=
"submit"
hover-class
=
"none"
>{{btnText}}</
button
>
<
button
wx:else
class
=
"submit submit-blue {{highLight ? 'light-blue' : ''}}"
bind:tap
=
"submit"
hover-class
=
"none"
>{{btnText}}</
button
>
<
view
class
=
"txt"
><
text
bind:tap
=
"goAgreement"
>提交即视为遵守《用户使用协议》</
text
></
view
>
</
view
>
输入手机号的那个输入框不能输入
你好,麻烦按照教程来提供下代码片段,另外回复的时候请在评论下回复,不然是收不到提醒的
您好,这个是简单的代码片段,麻烦查看一下,辛苦了
https://developers.weixin.qq.com/s/9mx8IWmM7D4F
数字input被禁用的问题可以使用这个代码片段https://developers.weixin.qq.com/s/asB4eWmI7a4h另外,光标变成一点的问题是否还存在呢?微信版本是否是7.0呢?如若还存在问题,麻烦提供下appid还有麻烦录个视频看下
麻烦提供一下出现问题的机型和微信版本,并且给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),麻烦也提供下视频