- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
wxml:
<cover-view
class="dialogStyle"
hidden ="{{!isShowDialog}}"
style="width: 406rpx;margin-left: 132rpx;margin-top: 200rpx;background: #2C54C6;padding: 30rpx;"
>
<cover-view class="detailStyle">店名:{{clickItem.name}}</cover-view>
<cover-view class="detailStyle">地址:{{clickItem.address}}</cover-view>
<cover-view class="detailStyle">联系电话:{{clickItem.contactNumber}}</cover-view>
<cover-view class="detailStyle">省:{{clickItem.provinceName}}</cover-view>
<cover-view class="detailStyle">市:{{clickItem.cityName}}</cover-view>
<cover-view class="detailStyle">区:{{clickItem.areaName}}</cover-view>
<cover-view class="detailStyle">渠道:{{clickItem.typeName}}</cover-view>
<cover-view class="detailStyle">是否确认:{{clickItem.signIn==0?"未确认":"已确认"}}</cover-view>
<cover-view style="display: flex;flex-direction: column;align-items: center;margin-top: 20rpx;">
<button class="btnDefault" bindtap="toNaviMap" hover-class="btnPress">地图导航</button>
<button class="btnDefault" bindtap="signIn" hover-class="btnPress">网点确认</button>
</cover-view>
</cover-view>
.dialogStyle{
display: flex;
flex-direction: column;
position: absolute;
background: #ffffff;
left: 0;
top: 0;
}
麻烦具体描述问题,并提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/xqKx01mE777N
怎么操作你的代码片段复现问题呢?另外,这个代码片段报错无法正常使用哦
https://developers.weixin.qq.com/s/LQy5o3mE7d79
点击弹出弹框,显示弹框,点击弹框之外,弹框隐藏。