Commit 60e51083 authored by chenqikuai's avatar chenqikuai

调用导航方法时再传一个name

parent cd536119
...@@ -227,7 +227,7 @@ const hidden = (v: boolean) => { ...@@ -227,7 +227,7 @@ const hidden = (v: boolean) => {
const handleClickNagigate = () => { const handleClickNagigate = () => {
console.log(`${props.longitude},${props.latitude}`, 'show lola'); console.log(`${props.longitude},${props.latitude}`, 'show lola');
new jsBridge().bridge_navigate(`${props.longitude},${props.latitude}`, () => { new jsBridge().bridge_navigate(`${props.longitude},${props.latitude},${props.name}`, () => {
show.value = false; show.value = false;
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment