收藏
回答

cover-view

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug cover-view 客户端 iOS 6.7.0 2.0





<form bindsubmit="formSubmit" report-submit='true'>

<map id="myMap" scale="18" show-location style="width: 100%; height: 100vh;" longitude="{{locationInfo.longitude}}" latitude="{{locationInfo.latitude}}" markers="{{markers}}" bindmarkertap="markerClick" bindregionchange='move'>


<cover-view class='{{showbottomView?"bottom_view":"hide"}}' catchtap='dis'>

<cover-view class='bottom_view_top_view'>

<!-- class='bottom_view_top_left_view' -->

<cover-view >

<cover-view class='shopname_text'>{{currentShop.shopName}}</cover-view>

<cover-view class='shopaddress_text'>{{currentShop.shopAddress}}</cover-view>

</cover-view>


<cover-view class='right'>  

<cover-view class='line'></cover-view>

<!-- class='bottom_view_top_right_view' -->

<cover-view class='bottom_view_top_right_view' bindtap='mapnavigation'>

<cover-image class='daohang_image' src='../images/nomanshop/daohang.png'></cover-image>

<cover-view class='shopaddress_text'>{{currentShop.dis}}</cover-view>

</cover-view>

</cover-view>  


</cover-view>



<cover-view wx:if="{{currentShop.bluetoothDevice.length==0}}" class='bottom_view_button' catchtap='openDoor'>

<cover-view>购物</cover-view>

</cover-view>

<cover-view wx:else class='bottom_view_button' catchtap='openDoor'>

<cover-view>开门</cover-view>

</cover-view>


</cover-view>


</map>


</form>



.bottom_view_top_right_view{

display: flex;

flex-direction: column;

align-items: center;

}


.bottom_view_top_left_view{

display: flex;

flex-direction: column;

}




注释的地方用上这个两个class ios11以下就不用会显示


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

2 个回答

  • 张庆
    张庆
    2018-07-06

    我这个代码片段怎么没办法真机调试

    2018-07-06
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-07-05

    你好,不是很清楚你表述的问题,请具体描述,不然大家也不知道你想解决什么问题,最好能提供复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2018-07-05
    有用
    回复 1
登录 后发表内容