| 
					
				 | 
			
			
				@@ -42,7 +42,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<!-- <u-tabbar v-model="current" :list="list"></u-tabbar> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<u-skeleton :loading="loading" :animation="true"></u-skeleton> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<u-toast ref="ulogin" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<luo-version-upgrade v-if="show_s == true" :url="url" :is_force="is_force" :describe="Copywriting"></luo-version-upgrade> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<luo-version-upgrade v-if="show_s == true" :version="platform" :url="url" :is_force="is_force" :describe="Copywriting"></luo-version-upgrade> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -73,6 +73,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				url: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				is_force: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				Copywriting: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				platform:'' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		onLoad() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -132,10 +133,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			system() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				uni.getSystemInfo({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					success: res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						// let add = ''这个不要删除! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						// console.log(res)这个不要删除! 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						this.platform =	res.platform 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					complete: err => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						this.platform =	err.platform 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						if (err.platform == 'android') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							this.onLaunch_s() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} else if (err.platform == 'ios') { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -153,12 +154,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							osType: 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//  //最低版本 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//  //更新文案 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//  //最新版本 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							//  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							//版本号 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -233,16 +228,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						params: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							osType: 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					}).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//最低版本 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//更新文案 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//下载最新版地址 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						//最新版本 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					}).then(res =>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						plus.runtime.getProperty(plus.runtime.appid, (wgtinfo) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							//版本号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							if (wgtinfo.version == res.data.version) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								this.show_s = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								// uni.showToast({ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -250,7 +237,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								// 	title: '已是最新版本', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								// 	position: "bottom" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								// }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							} else if (wgtinfo.version != res.data.forceVersion) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								this.Copywriting = res.data.msg 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								this.show_s = true 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -262,7 +248,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								this.show_s = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 								this.url = res.data.url 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					}).catch(err => { 
			 |