| 
														
															@@ -1,5 +1,5 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <template> 
														 | 
														
														 | 
														
															 <template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	<Layout @instruct="handleInstruct" @switchCamera="switchCamera()" @takePhoto="takePhoto" > 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	<Layout ref="Layout" @instruct="handleInstruct" @switchCamera="switchCamera()" @takePhoto="takePhoto" > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<camera class="camera"  mode="normal" :device-position="device" @error="error" 
														 | 
														
														 | 
														
															 		<camera class="camera"  mode="normal" :device-position="device" @error="error" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			style="width: 100%; height: 100%;"> 
														 | 
														
														 | 
														
															 			style="width: 100%; height: 100%;"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			<cover-view class="cover-view"> 
														 | 
														
														 | 
														
															 			<cover-view class="cover-view"> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -63,6 +63,9 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			// this.coverImage = '/static/images/portrait.jpg' 
														 | 
														
														 | 
														
															 			// this.coverImage = '/static/images/portrait.jpg' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		methods: { 
														 | 
														
														 | 
														
															 		methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			initShow() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				this.$refs.Layout.initShow() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			navTo() { 
														 | 
														
														 | 
														
															 			navTo() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				uni.navigateTo({ 
														 | 
														
														 | 
														
															 				uni.navigateTo({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					url: "/pages_user/tongue/ques" 
														 | 
														
														 | 
														
															 					url: "/pages_user/tongue/ques" 
														 |