Blame view

dist/components/index$ae51c9be.wxml 1.75 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  <template name="index$ae51c9be">
    <view class="_div data-v-63906dd0 root">
      <view class="_div data-v-63906dd0 baseinfo-box">
        <view class="_div data-v-63906dd0 list-input between"><label class="_span data-v-63906dd0">当前街道</label>
          <picker value="{{street.index}}" range="{{street.columnOne}}" bindchange="handleProxy" data-eventid="{{'0'}}" data-comkey="{{$k}}" class="_picker data-v-63906dd0">
            <view hover-class="hover" class="_div data-v-63906dd0">{{street.label}}</view>
          </picker>
        </view>
        <view class="_div data-v-63906dd0 list-input between"><label class="_span data-v-63906dd0">当前社区</label>
          <picker value="{{community.index}}" range="{{community.columnOne}}" bindchange="handleProxy" data-eventid="{{'1'}}" data-comkey="{{$k}}" class="_picker data-v-63906dd0">
            <view hover-class="hover" class="_div data-v-63906dd0">{{community.label}}</view>
          </picker>
        </view>
        <view class="_div data-v-63906dd0 tip">社区定位功能用于收集社区经纬定信息,为本社区打卡提供定位数据。此菜单仅在以下条件下才开启,并只收集一次即可:<view class="_br data-v-63906dd0"></view>a. 新加入的社区需要定位数据。<view class="_br data-v-63906dd0"></view>b. 社区定位不准确,需要重新定位。<view class="_br data-v-63906dd0"></view>c. 社区搬家需要重新定位经纬度。</view>
        <view class="_div data-v-63906dd0 tip strong">定位时请确认您正在所选社区的办公室门口或方圆50米内。</view>
        <view class="_div data-v-63906dd0 commit" bindtap="handleProxy" data-eventid="{{'2'}}" data-comkey="{{$k}}">
          <view class="_div data-v-63906dd0">定位</view>
        </view>
      </view>
    </view>
  </template>