地图打点动态数据加载,
This commit is contained in:
@ -442,7 +442,16 @@
|
||||
// 位置
|
||||
location() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/common/map/index'
|
||||
url: '/pages/common/map/index',
|
||||
events: {
|
||||
ack: function(data) {}
|
||||
},
|
||||
success: (res) => {
|
||||
// 页面跳转成功后的回调函数
|
||||
res.eventChannel.emit('Map', {
|
||||
data: this.deviceList,
|
||||
});
|
||||
}
|
||||
})
|
||||
},
|
||||
handleFile(item) {
|
||||
|
Reference in New Issue
Block a user