| 
					
				 | 
			
			
				@@ -104,6 +104,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			handle(val, type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				return tuomin(val, type); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		destroyed() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			this.keyName = this.orderInfo.playDate + this.orderInfo.playTime + this.boatNo;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			uni.setStorageSync(this.keyName, JSON.stringify(this.data));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			initSDK() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -122,11 +126,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			back() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				this.keyName = this.orderInfo.playDate + this.orderInfo.playTime + this.boatNo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				uni.setStorageSync(this.keyName, JSON.stringify(this.data)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				//decodeURIComponent 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			getOrderInfo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.$api.post('/scenic/api/order/queryStartOrderInfo', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					merchantId: this.merchantId, 
			 |