tanghaolin
2022-11-03 521cea56f26ef3f49d467f2af79aa80ebda70500
map/index.wxml
@@ -84,7 +84,7 @@
          <view bindtap="tapOpenStationBimPageInList" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}">
            <icon class="iconfont icon-BIM"></icon> <span style="padding-left:10px;padding-right:10px;">模型</span>
          </view>
          <view bindtap="tapOpenReportForm" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}">
          <view wx:if="{{false}}" bindtap="tapOpenReportForm" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}">
            <icon class="iconfont icon-liebiao2"></icon> <span style="padding-left:10px;padding-right:10px;">报表</span>
          </view>
        </view>