收藏
回答

小程序弹出层点击遮罩层不关闭怎么解决?

真机调试是好的但是扫码预览 一旦打开弹出层 选择了弹出层项目 进入项目引导的页面a 返回的时候就弹出层还在 遮罩层丢失 怎么也关闭不了弹出层 有朋友遇到过这种问题吗?怎么解决的?

<!--custom-tab-bar/index.wxml-->
<view class="tab-bar">
  <view wx:for="{{list}}" wx:key="index" class="tab-bar-item {{item.bulge?'bulge':''}}" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="switchTab">
    <view wx:if="item.bulge" class="tab-bar-bulge"></view>
    <image class="image" src="{{selected == index ? item.selectedIconPath : item.iconPath}}"></image>
    <!-- <view  wx:if="{{item.text}}" style="color: {{selected === index ? selectedColor : color}}" class="tab-bar-view">{{item.text}}</view> -->
    <view class="tab-bar-view" style="color: {{selected === index ? selectedColor : color}}">{{item.text}}</view>
  </view>
</view>


<!-- <view>
  <t-action-sheet 
  id="childComponent" show-cancel="false" style="position: absolute; top: 0; z-index: 999;"></t-action-sheet>
</view> -->
<view>
弹出层
  <t-action-sheet 
  id="childComponent" show-cancel="false" style="position: absolute; top: 0;"></t-action-sheet>
</view>


回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2023-11-17

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-11-17
    有用
    回复
  • 今晚早点睡觉
    今晚早点睡觉
    01-04

    解决了吗老哥

    01-04
    有用
    回复
登录 后发表内容