Authored by 肖亚东

地图增加查看大图提示

<image src="{{mapUrl}}" class="map-image" mode="aspectFit" bindtap="imageTap"></image>
<view class="big-image-tips">点击查看大图</view>
\ No newline at end of file
... ...
.map-image {
width: 750rpx;
height: 667rpx;
}
.big-image-tips {
text-align: center;
font-size: 28rpx;
color: #444444;
}
\ No newline at end of file
... ...