• 2023-11-30uniapp关于uni.getUserProfile的使用
    点击查看代码 <button@click="getMy"data-eventsync="true">获取信息</button> letgetMy=()=>{ if(uni.getUserProfile){ console.log('可以用'); uni.getUserProfile({ lang:'zh_CN', desc:'
  • 2023-08-22移动软件开发--第一个小程序
    2023年夏季《移动软件开发》实验报告一、实验目标1、学习使用快速启动模板创建小程序的方法;2、学习不使用模板手动创建小程序的方法。二、实验步骤1、在微信公众平台登录微信获取AppID创建小程序2、页面配置​ 按要求删除项目中部分文件,并补全在index.js与app.js中的代码
  • 2023-06-20微信小程序,wx.getUserProfile接口将被收回,新的头像获取方式永久保存
    微信文档:https://developers.weixin.qq.com/miniprogram/dev/framework/新的获取头像方式:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html这种方式,返回的路径是返回的临时路径,保存在本地。如果要永久保存的,我的做法是通过FileSys
  • 2023-02-27getUserInfo和getUserProfile被废弃
    之前得知获取用户头像和昵称的两个接口getUserInfo和getUserProfile被废弃了,于是我就想深入探究一下。 一直抱有一个疑问,为啥有getUserInfo和getUserProfile两个接口?经
  • 2022-10-25针对小程序wx.getUserProfile接口将被收回后做出的授权调整
    小程序文档中提出的调整说明调整说明:自2022年10月25日24时后(以下统称“生效期”),用户头像昵称获取规则将进行如下调整:自生效期起,小程序wx.getUserProfile接口将
  • 2022-10-03【微信小程序开发】用户头像昵称获取规则调整 2022
    之前通过wx.getUserInfo获取用户的头像、昵称等信息2021年4月调整为通过wx.getUserProfile获取用户的头像、昵称等信息详情请看:https://developers.weixin.qq.com/communit