You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
508 B
2 lines
508 B
require('../../app.js');
|
|
"use strict";const e=require("../../common/vendor.js"),o=require("../../common/assets.js"),t={data:()=>({title:"Hello",x:0,y:0,old:{x:0,y:0}}),onLoad(){},methods:{openMap(){e.wx$1.openLocation({latitude:31.31428,longitude:120.603015,name:"桃花坞",scale:18})},onChange(e){this.old.x=e.detail.x,this.old.y=e.detail.y}}};const n=e._export_sfc(t,[["render",function(t,n,a,s,d,i){return{a:o._imports_0$1,b:d.x,c:d.y,d:e.o(((...e)=>i.onChange&&i.onChange(...e)))}}]]);wx.createPage(n);
|
|
|