From 521cea56f26ef3f49d467f2af79aa80ebda70500 Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期四, 03 十一月 2022 11:29:41 +0800 Subject: [PATCH] 添加操作手册跳转 --- map/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/map/index.wxml b/map/index.wxml index bb02ec2..05190c1 100644 --- a/map/index.wxml +++ b/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> -- Gitblit v1.9.3