1***@qq.com
1***@qq.com
  • 发布:2020-03-09 09:34
  • 更新:2020-03-09 09:34
  • 阅读:1048

drawer 打不开

分类:uni-app

一开始使用是好好,点开就打开,然后关闭再打开都没问题。然后下午时候再点击 没用了,打不开了,log都显示正常
情况一:
<uni-drawer :visible="true" mode="right" @close="closeDrawer()">
<view>
<text> hello </text>
</view>
</uni-drawer>
当我直接设置visible为true的时候,没问题,一进来这个页面抽屉自动打开
情况二:
将visible设置为动态值,
<uni-drawer :visible="showRight" mode="right" @close="closeDrawer()">
<view>
<text> hello </text>
</view>
</uni-drawer>
然后<uni-icons type="settings" size="22" color="#fff" style="margin-left: 15upx;" @click="openDrawer()"></uni-icons>
控制,
openDrawer(e){
this.showRight = true
console.log(this.showRight)
},
log显示正常,
09:20:17.681 [LOG] : [Boolean] true at pages/category/category.vue:181
showRight为true了,但是drawer不显示,很奇怪
有人遇到过吗?一开始好好地

2020-03-09 09:34 负责人:无 分享
已邀请:

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