收藏
回答

城市腾讯位置服务城市选择器位置不显示报错title覆盖

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx63ffb7b7894e99ae v1.0.2 wx3bf85cf33cbf711b iOS 8.0.59 3.7.12

报错:[Component] data field "title" is overwritten by property with the same name (when preparing "plugin-private://wx63ffb7b7894e99ae/components/header/header").


    const key = '正确的key'; // 使用在腾讯位置服务申请的key

    const referer = '好力'; // 调用插件的app的名称

    const hotCitys = '成都'; // 用户自定义的的热门城市


    wx.navigateTo({

      url: `plugin://citySelector/index?key=${key}&referer=${referer}&hotCitys=${hotCitys}`,

    })


回答关注问题邀请回答
收藏
登录 后发表内容