Browse Source

体质诊断检测表

hanchong 1 year ago
parent
commit
6afe0d95fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      subpages/constitutionDiagnosis/constitutionDiagnosis.js

+ 2 - 2
subpages/constitutionDiagnosis/constitutionDiagnosis.js

@@ -563,7 +563,7 @@ Page({
 		var that = this;
 		console.log("sleepEvaluation页面");
 		// wx.clearStorage();
-		/* console.log('option.res=' + JSON.stringify(wx.getStorageSync('res')));
+		console.log('option.res=' + JSON.stringify(wx.getStorageSync('res')));
 		if (!wx.getStorageSync('res') || !wx.getStorageSync('res').result) {
 			wx.showModal({
 				title: '提示',
@@ -619,7 +619,7 @@ Page({
 				hotel: hotelTemp,
 				room: roomTemp,
 			});
-		} */
+		}
 		
 	},
 	areAllArraysEmpty: function (arr1, arr2, arr3, arr4, arr5, arr6, arr7, arr8) {