You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
map/pages/index/index.wxml

14 lines
421 B

<!--搜索框结构-->
<view class="search">
<SearchInput></SearchInput>
</view>
<!--拍照框结构-->
<view class="photo">
<button style="height:100%;width: 50%; background-color: pink; " bindtap="browse">
<image mode="heightFix" src="/images/paizhao.jpg"></image>
<text style="padding: 50rpx;">请拍摄地图</text>
</button>
</view>
<view>
<image src="{{imgurl}}" mode="aspecFill" />
</view>