|  | @@ -42,7 +42,7 @@
 | 
	
		
			
				|  |  |  			<view class="tit">选择渔船</view>
 | 
	
		
			
				|  |  |  			<view class="typeItem">
 | 
	
		
			
				|  |  |  				<view class="txt" v-for="(t,i) in types" :key="i" @click="typeIndex=i" :class="typeIndex==i?'on':''">
 | 
	
		
			
				|  |  | -				{{t.boatName}}{{t.boatNo}}
 | 
	
		
			
				|  |  | +				{{t.boatNo}}
 | 
	
		
			
				|  |  |  				<image v-if="typeIndex==i" src="https://i.ringzle.com/file/20240320/b458b03f8f654a51a921656b8aa955de.png"></image>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  			
 | 
	
	
		
			
				|  | @@ -84,7 +84,7 @@
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		methods: {
 | 
	
		
			
				|  |  |  			getTypes(){
 | 
	
		
			
				|  |  | -				this.$api.get('/scenic/boat/page',{
 | 
	
		
			
				|  |  | +				this.$api.get('/scenic/api/boat/page',{
 | 
	
		
			
				|  |  |  					page:-1
 | 
	
		
			
				|  |  |  				}).then(res=>{
 | 
	
		
			
				|  |  |  					if(res.data.code==0){
 |