3***@qq.com
3***@qq.com
  • 发布:2022-01-05 21:52
  • 更新:2022-01-06 21:35
  • 阅读:339

编译器Bug,界面返回时input无法输入

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: windows 11

HBuilderX类型: 正式

HBuilderX版本号: 3.3.6

手机系统: Android

手机系统版本号: Android 9.0

手机厂商: 小米

手机机型: Redmi Note 8 Pro

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

<swiper-item>
<view style="text-align: left;padding: 20rpx 30rpx;background-color: #FFFFFF;height: 100%;">
<view class="oneRow" style="border-top: 1px solid #eee;border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;">订单</text>
<text class="oneRow-b">新订单</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;justify-content: space-between;" @click="toStorage">
<view>
<text class="oneRow-a" style="margin-top: 0;margin-bottom: 20rpx;">库位</text>
<text class="oneRow-b">{{activeID}}</text>
</view>
<view style="margin-top: 10rpx;">
<text class="cuIcon-right" style="font-size: 15px;"></text>
</view>
</view>
<view class="oneRow" >
<text class="oneRow-a" >原有库存</text>
<text class="oneRow-b">{{bookTakeNames.Quantity ? bookTakeNames.Quantity : ''}}</text>
</view>
<view class="oneRow">
<text class="oneRow-a">整包</text>
<text class="oneRow-b">{{bookTakeNames.PackageCount}}</text>
<text style="color: #999;margin-left: 10rpx;">({{bookTakeNames.PackageUnitCount ? bookTakeNames.PackageUnitCount : 0}}册/包)</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-bottom: 20rpx;">散册</text>
<text class="oneRow-b" style="color: #999;">{{bookTakeNames.ScatterCount}}</text>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;" >
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">整包</text>
<input type="number" value="" placeholder="请输入整包数" v-model="totalkNumber.PackageCount" placeholder-class="phClass" />
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;display: flex;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">散册</text>
<input type="number" value="" placeholder="请输入散册数" v-model="totalkNumber.ScatterCount" placeholder-class="phClass"/>
</view>
<view class="oneRow" style="border-bottom: 1px solid #eee;">
<text class="oneRow-a" style="margin-top: 20rpx;margin-bottom: 20rpx;margin-top: 0;">总计</text>
<text class="oneRow-b">{{totalkNumber.amount}}</text>
</view>
<view style="display: flex;justify-content: center;margin-top: 16rpx;">
<button class="cu-btn" style="background-color: #fff;width: 100px;height: 35px;color: #007AFF;border: #007AFF 1px solid;" :disabled="moveKey" @click="confirmMove">确认</button>
</view>
</view>
</swiper-item>

操作步骤:

用swiper包住,然后跳转到另一个界面后再跳回来

预期结果:

input输入框无法输入

实际结果:

input输入框无法输入

bug描述:

A界面跳转到B界面,后在退回到A界面,input输入框无法输入,

2022-01-05 21:52 负责人:无 分享
已邀请:
小枫叶

小枫叶 - 外包接单加v:wlmk1234567 注明来意

是发行到H5么?

s***@163.com

s***@163.com

我的是在form表单中使用picker组件,picker是选择省市区,当进入到这个页面,把picker组件点开之后,不管选择与不选择,关闭掉弹框,然后input就点击不了了,如果不点开picker组件,都是可以点击的

3***@qq.com

3***@qq.com (作者)

看来还得继续等待了

该问题目前已经被锁定, 无法添加新回复