更新
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<view @touchmove='touchmove' class="map_body">
|
||||
<map :circles='circles' @regionchange='regionchange' @tap='poitap' @updated='mapUpdated' :scale='mapScale'
|
||||
@callouttap='callouttap' :enable-scroll='enableScroll' @markertap='markertap' :polyline="polyline"
|
||||
subkey="UTXBZ-BUH6D-TQD44-HCEG4-UKOFT-U2BDN" layer-style='2' id="map_Id" :show-location="true"
|
||||
subkey="YR3BZ-EWX3M-JFW6U-6TREG-FXFJH-CMFWY" layer-style='2' id="map_Id" :show-location="true"
|
||||
:markers="markers" class="map_xx" :latitude="coordinate.latitude" :longitude="coordinate.longitude">
|
||||
<cover-view v-if="circles[0].radius!==0" class="coverimage"
|
||||
:style="{width:`${img.width}rpx`,height:`${img.height}rpx`}">
|
||||
@@ -111,8 +111,9 @@
|
||||
// this.newMapMoveToLocation(this.circles[0].longitude,this.circles[0].latitude)
|
||||
},
|
||||
created() {
|
||||
// UTXBZ-BUH6D-TQD44-HCEG4-UKOFT-U2BDN
|
||||
this.TXSDK = new amapFile({
|
||||
key: 'UTXBZ-BUH6D-TQD44-HCEG4-UKOFT-U2BDN'
|
||||
key: 'YR3BZ-EWX3M-JFW6U-6TREG-FXFJH-CMFWY'
|
||||
});
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user