美文网首页
uni-app 搜索位置 选择位置

uni-app 搜索位置 选择位置

作者: 郭的妻 | 来源:发表于2021-03-15 22:35 被阅读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;
             }
         });
    },
    

    相关文章

      网友评论

          本文标题:uni-app 搜索位置 选择位置

          本文链接:https://www.haomeiwen.com/subject/wsgkcltx.html