uni-app 搜索位置 选择位置

2021-03-15  本文已影响0人  加冰宝贝
/* 点击位置 选择 位置 */
openChoosemap(i){
    uni.chooseLocation({
        success: res1 => {
             console.log(res1)
             this.form.list[i].piano_address = res.address;
             this.form.list[i].lat = res.latitude;
             this.form.list[i].lng = res.longitude;
         }
     });
},
上一篇 下一篇

猜你喜欢

热点阅读