chore: 使用代码从数码喷墨墨水-2285-xcx.aigc-quickapp.com/2025-12-23
This commit is contained in:
10
components/diy-components/diy-map.js
Normal file
10
components/diy-components/diy-map.js
Normal file
@@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/diy-components/diy-map"],{2396:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){}));var o=function(){var t=this.$createElement;this._self._c},u=[]},"3b4b":function(t,e,n){"use strict";n.r(e);var o=n("9bdd"),u=n.n(o);for(var r in o)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=u.a},"9bdd":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"diy-map",props:{value:{type:Object}},data:function(){return{loading:!0,markers:[]}},created:function(){},watch:{componentRefresh:function(t){}},computed:{markerst:function(){return[{id:1,latitude:this.value.list[0].lat,longitude:this.value.list[0].lng}]},style:function(){var t="";return t+="background-color:"+this.value.contentBgColor+";","round"==this.value.elementAngle&&(t+="border-top-left-radius:"+2*this.value.topElementAroundRadius+"rpx;",t+="border-top-right-radius:"+2*this.value.topElementAroundRadius+"rpx;",t+="border-bottom-left-radius:"+2*this.value.bottomElementAroundRadius+"rpx;",t+="border-bottom-right-radius:"+2*this.value.bottomElementAroundRadius+"rpx;"),t}},methods:{tomap:function(e){t.openLocation({latitude:parseFloat(e.lat),longitude:parseFloat(e.lng),name:"一键导航"})}}};e.default=n}).call(this,n("df3c")["default"])},bb81:function(t,e,n){"use strict";n.r(e);var o=n("2396"),u=n("3b4b");for(var r in u)["default"].indexOf(r)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(r);var a=n("828b"),i=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);e["default"]=i.exports}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/diy-components/diy-map-create-component',
|
||||
{
|
||||
'components/diy-components/diy-map-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("bb81"))
|
||||
})
|
||||
},
|
||||
[['components/diy-components/diy-map-create-component']]
|
||||
]);
|
||||
Reference in New Issue
Block a user