style:新增懒加载机制
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@relocate="init" @markerTap="goToPositionDetail" />
|
||||
<!-- 定位按钮 -->
|
||||
<view class="relocate-btn" @click="init">
|
||||
<image src="/static/location.png" class="relocate-icon" mode="aspectFit"></image>
|
||||
<image src="/static/location.png" class="relocate-icon" mode="aspectFit" lazy-load="true"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-wrap">
|
||||
|
||||
Reference in New Issue
Block a user