|  | @@ -33,7 +33,7 @@
 | 
	
		
			
				|  |  |  				<u-cell title="生日" :value="memberInfo.birthdayTime||'未设置'" @click="timeShow = true" :isLink="true"></u-cell>
 | 
	
		
			
				|  |  |  				<u-cell title="会员等级" :value="memberInfo.levelName"></u-cell>
 | 
	
		
			
				|  |  |  			</u-cell-group>
 | 
	
		
			
				|  |  | -			<u-button text="取消登录" type="warning" @click="clearStorage" style="margin-top: 30rpx;"></u-button>
 | 
	
		
			
				|  |  | +			<!-- <u-button text="取消登录" type="warning" @click="clearStorage" style="margin-top: 30rpx;"></u-button> -->
 | 
	
		
			
				|  |  |  			<u-datetime-picker
 | 
	
		
			
				|  |  |  				:show="timeShow"
 | 
	
		
			
				|  |  |  				:minDate="new Date().getTime()-365*100*24*3600*1000"
 | 
	
	
		
			
				|  | @@ -104,7 +104,7 @@
 | 
	
		
			
				|  |  |  			clearStorage(){
 | 
	
		
			
				|  |  |  				uni.clearStorage();
 | 
	
		
			
				|  |  |  				uni.showToast({
 | 
	
		
			
				|  |  | -					title:'清楚完成,请手动重新进入小程序',
 | 
	
		
			
				|  |  | +					title:'清除完成,请手动重新进入小程序',
 | 
	
		
			
				|  |  |  					icon:'none',
 | 
	
		
			
				|  |  |  					complete() {
 | 
	
		
			
				|  |  |  					}
 |