柒零 1 년 전
부모
커밋
23461f3eb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      subpages/sleepQualityIndexAssessment/sleepQualityIndexAssessment.js

+ 1 - 1
subpages/sleepQualityIndexAssessment/sleepQualityIndexAssessment.js

@@ -464,7 +464,7 @@ Page({
 		})
 
 		var that = this;
-		const { nickName } = wx.getStorageSync('userInfo_em');
+		const { nickName } = wx.getStorageSync('userInfo');
 		const unionid = wx.getStorageSync('unionid');
 		console.log('nickName==' + nickName);
 		console.log('unionid==' + unionid);