|
|
@@ -585,6 +585,7 @@ export default function DayNightDetailPopup(props: {
|
|
|
|
|
|
function chooseLocation() {
|
|
|
if (process.env.TARO_ENV == 'rn') {
|
|
|
+ debugger
|
|
|
jumpPage('', 'map', navigation, {
|
|
|
lat: props.authInfo ? props.authInfo.lat : null,
|
|
|
lng: props.authInfo ? props.authInfo.lng : null
|