1 |
- <view data-event-opts="{{[['tap',[['toLocation']]]]}}" class="box" style="{{('background-image:url( '+serverUrlImg+' )')}}" bindtap="__e"><view class="main_width" style="background-color:white;padding-bottom:20rpx;"><view style="width:92%;margin-left:4%;"><view class="addr_box"><image style="width:20rpx;height:32rpx;" src="{{position_greenImg}}"></image><view style="width:620rpx;margin-left:15rpx;">{{data.work_addr}}</view></view><view style="display:flex;flex-direction:row;justify-content:space-between;"><view><view class="map_item"><image style="width:20rpx;height:30rpx;margin-right:20rpx;" src="../../static/walk.png"></image>{{'步行'+time1+'分钟'}}</view><view class="map_item"><image style="width:29rpx;height:27rpx;margin-right:15rpx;" src="/static/bicycle.png"></image>{{"骑行"+time2+'分钟'}}</view></view><view style="color:#00d29e;font-weight:bold;">{{"距我"+distance+"km >"}}</view></view></view></view></view>
|