地图定位 拨打电话 复制

2021-08-20  本文已影响0人  程序媛_

copys(){

uni.setClipboardData({

    data: 'YYDS001'

});

},

map(){

// 113.148391,29.382853  地图

uni.openLocation({

    latitude: this.latitude,

    longitude: this.longitude,

});

},

call(){

// 拨打电话

uni.makePhoneCall({

phoneNumber:'110'

})

},

上一篇下一篇

猜你喜欢

热点阅读