| 12345678910111213141516171819202122232425 |
- <map class="map" latitude="{{markers[0].latitude}}" longitude="{{markers[0].longitude}}" markers="{{markers}}" scale="17" enable-poi />
- <view class="head">
- <view class="main">
- <view class="time">{{time}}</view>
- <view class="location">
- <text class="iconfont icon-a-wodemendianxinxidizhi" />{{content.address}}
- </view>
- </view>
- <navigator url="#" bindtap="getLocation">
- <view class="iconfont icon-tabgenjindongtai" />
- <view class="font">
- 重新定位
- </view>
- </navigator>
- </view>
- <view style="height: 20rpx;" />
- <Yl_field id='Form' form='{{form}}' bind:interrupt="interrupt" />
- <view class="footer">
- <view class="count" />
- <view class="but-box">
- <van-button custom-class='but delete' bind:click="rander">重置</van-button>
- <van-button custom-class='but' disabled="{{!content.address}}" bind:click="submit">确定</van-button>
- </view>
- </view>
|