<view class="top">
<view class="search-box">
<view class="region" bindtap="keyword_v">我的位置</view>
<view class="shu"></view>
<input bindinput="getsuggest" placeholder="{{startpoint_show}}" value="{{startpoint_show}}"></input>
</view>
</view>
<map id="map" class="navi_map" longitude="{{longitude}}" markers="{{markers}}" latitude="{{latitude}}" include-points='{{points}}' polygons="{{polyline}}" bindregionchange="regionchange" scale="{{scale}}" show-location bindcontroltap="controltap">
<cover-view class="cover-view">
<cover-view class="container">
<cover-view class="flex-wrp" style="flex-direction:row;">
<cover-image class="flex-item demo-text-1" src="../../images/dingwei.png" bindtouchstart="keyword_v"></cover-image>
</cover-view>
</cover-view>
</cover-view>
</map>
<view class="add-list-box" wx:if="{{add}}">
<scroll-view class="near-list">
<view bindtouchstart="chooseCenter" data-keywords="{{i.name}}" data-location="{{i.location}}" class="add-item " wx:for="{{tips}}" wx:for-item="i">{{ i.name }}
<text class="add">{{i.district}}</text>
</view>
</scroll-view>
<view class="bottom-box">
<button bindtap="selectedOk">确认地址</button>
</view>
</view>
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html