Browse Source

插件配置 地理位置实时监听接口

dongming
mk 9 months ago
parent
commit
4e827e682c
  1. 9
      app.json
  2. 7
      pages/work2/work2.wxml

9
app.json

@ -235,10 +235,17 @@
}, },
"requiredPrivateInfos": [ "requiredPrivateInfos": [
"getLocation", "getLocation",
"chooseLocation" "chooseLocation",
"onLocationChange"
], ],
"networkTimeout": { "networkTimeout": {
"request": 60000 "request": 60000
}, },
"plugins": {
"ocr-plugin": {
"version": "3.1.3",
"provider": "wx4418e3e031e551be"
}
},
"sitemapLocation": "sitemap.json" "sitemapLocation": "sitemap.json"
} }

7
pages/work2/work2.wxml

@ -84,10 +84,11 @@
<image src="/images/work2/12345.png" class="image_13-21" style="margin-left: 25px;" bind:tap="onHotlineCompletion"></image> <image src="/images/work2/12345.png" class="image_13-21" style="margin-left: 25px;" bind:tap="onHotlineCompletion"></image>
<text lines="1" class="text_4-0">热线接办</text> <text lines="1" class="text_4-0">热线接办</text>
</view> </view>
<view style="display: flex; justify-items: center;"> <view>
<image src="/images/work2/12345.png" class="image_13-21" style="margin-left: 25px;" bind:tap="toReview"></image> <image src="/images/work2/slices.png" class="image_12-0" bind:tap="toReview"></image>
<text lines="1" class="text_4-0">安检巡查</text> <text lines="1" class="text_3-0" >安检巡查</text>
</view> </view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save