修复routine.js 文件

This commit is contained in:
337031187
2021-05-06 14:05:24 +08:00
parent 5a13946f55
commit 9e5be0697a

View File

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