修复routine.js 文件

pull/1/MERGE
stivepeim 2021-05-06 14:05:24 +08:00
parent 95031bc483
commit 829babf74a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Routine
/** /**
* 获取用户信息 * 获取用户信息
*/ */
getUserInfo(){ getUserProfile(){
let that = this , code = this.getUserCode(); let that = this , code = this.getUserCode();
return new Promise( (resolve,reject) => { return new Promise( (resolve,reject) => {
uni.getUserProfile({ uni.getUserProfile({