7***@qq.com
7***@qq.com
  • 发布:2023-05-20 18:34
  • 更新:2023-06-02 14:30
  • 阅读:130

【报Bug】nvue页面下,uni-popup第二次打开 button 事件失效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

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

HBuilderX类型: 正式

HBuilderX版本号: 3.7.9

手机系统: Android

手机系统版本号: Android 12

手机厂商: 三星

手机机型: s21

页面类型: nvue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

<uni-popup ref="msgpopup" background-color="#fff">
<view style="display:flex;justify-content: center; width: 100%;height: 40%;">
<uni-forms ref="msgform" :modelValue="msgModel" :rules="msgrules" err-show-type="toast">
<uni-section title="标题" type="line">
<uni-forms-item name="content">
<uni-easyinput type="textarea" autoHeight v-model="msgModel.content"
placeholder="请输入标题"></uni-easyinput>
</uni-forms-item>
</uni-section>
</uni-forms>
<button type="primary" @click="sendaction">确定</button>
</view>
</uni-popup>

操作步骤:

nvue页面下

预期结果:

实际结果:

vue页面不知道,没试

bug描述:

nvue页面下,uni-popup第二次打开 button 事件失效

2023-05-20 18:34 负责人:无 分享
已邀请:
Lemon_Tree

Lemon_Tree

把需要用到的按钮换成view标签就行了。

要回复问题请先登录注册