@@ -41,6 +41,7 @@ export default (props) => {
setCurPos(res);
onLocChange([res.longitude, res.latitude].join(','))
}).catch((err) => {
+ console.error(err);
Taro.showToast({
title: '定位失败',
icon: 'none',