修复routine.js 文件

This commit is contained in:
stivepeim
2021-05-06 14:05:24 +08:00
parent 737161dd78
commit def5b52eab

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({