收藏
回答

苹果7,系统版本10,页面显示错误

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug iOS 10 苹果7plus 7.0.3

- 当前 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;

}


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

1 个回答

登录 后发表内容