收藏
回答

小程序如何获取微信个人中心里的地址

小程序如何获取微信个人中心里的地址

回答关注问题邀请回答
收藏

10 个回答

  • 2018-04-08

    @You can you up  是在App.js里写?

    2018-04-08
    有用
    回复
  • You can you up
    You can you up
    2018-04-08

    onShow: function (options) {

    console.log(options.scene)

    },


    2018-04-08
    有用
    回复
  • 2018-04-08

    分享到群里 然后群里的人点击 这时候怎么拿到场景值

    2018-04-08
    有用
    回复
  • You can you up
    You can you up
    2018-04-08

    https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/app.html

    判断场景值啊

    2018-04-08
    有用
    回复
  • 2018-04-08

    怎么判断用户点击进来的小程序是不是分享出去的

    2018-04-08
    有用
    回复
  • You can you up
    You can you up
    2018-04-08

    @鲤子  知道了  我错了

    2018-04-08
    有用
    回复
  • 鲤子
    鲤子
    2018-04-08


    Page({
        onLoad() {
            wx.chooseAddress({
                success: (res) => {
                    console.log(res)
                }
            })
        }
    })


    2018-04-08
    有用
    回复
  • You can you up
    You can you up
    2018-04-08

    不好意思没看见他删的截图  我理解错了     @鲤子

    我以为是填完的地址

    2018-04-08
    有用
    回复
  • 2018-04-08

    对 是这个 谢谢 @鲤子 

    2018-04-08
    有用
    回复
  • 2018-04-08

    这个地址

    2018-04-08
    有用
    回复
登录 后发表内容