提交 59a33514 编写于 作者: VK1688's avatar VK1688

优化choose-location页面示例

上级 d6f2e236
......@@ -57,16 +57,16 @@
this.locationName = res.name
this.locationAddress = res.address
}
}
} as ChooseLocationOptions
if (this.hoverLocation) {
chooseLocationOptions['latitude'] = 39.908823
chooseLocationOptions['longitude'] = 116.39747
chooseLocationOptions.latitude = 39.908823
chooseLocationOptions.longitude = 116.39747
}
if (this.hoverKeyword) {
chooseLocationOptions['keyword'] = '公园'
chooseLocationOptions.keyword = '公园'
}
if (this.hoverPayload) {
chooseLocationOptions['payload'] = {
chooseLocationOptions.payload = {
token: 'xxx'
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册