y***@163.com
y***@163.com
  • 发布:2024-08-26 18:24
  • 更新:2024-08-29 20:57
  • 阅读:222

input 组件在抖音小程序真机不能输入

分类:uni-app
<uni-row class="login-row" :gutter="8">  
          <uni-col :span="24" class="login-col">  
            <input v-model="form.mobile" class="input" type="tel" maxlength="11" placeholder="请输入手机号" />  
          </uni-col>  
        </uni-row>  
        <uni-row class="login-row" :gutter="8">  
          <uni-col :span="16" class="login-col">  
            <input v-model="form.captcha" class="input" type="text" placeholder="验证码" />  
          </uni-col>  
          <uni-col :span="8">  
            <button type="primary" @tap="sendCaptcha" class="button captcha">  
              {{ counter === 0 ? '发送验证码' : `${counter}秒后发送` }}  
            </button>  
          </uni-col>  
        </uni-row>

提交表单使用原生组件 input, 在微信小程序正常,抖音小程序开发者工具调试正常,抖音小程序真机调试,无法点击,不能输入,点击输入框没有反应

2024-08-26 18:24 负责人:无 分享
已邀请:
BFC

BFC

你好,我这边验证没什么问题。提供一下 你那边可以复现的demo工程

y***@163.com

y***@163.com (作者)

更详细的问题描述在这里。 https://ask.dcloud.net.cn/question/197362?item_id=281790&rf=false

抖音app版本:安卓version31.2.0

扫了 https://uniapp.dcloud.net.cn/ 主页的抖音小程序示例,里面的input 标签也不能拉起键盘输入

要回复问题请先登录注册