|  | @@ -88,10 +88,10 @@ export default {
 | 
	
		
			
				|  |  |      async handleLink(){
 | 
	
		
			
				|  |  |          let url  = this.LoginNavIndex +'&&&1&&&2&&&3&&&' + this.previousPage
 | 
	
		
			
				|  |  |          if(this.LoginNavIndex===1){
 | 
	
		
			
				|  |  | -            let MethodName = "/ShopServer/Client/BookshelfQuery/SetMyGoodsIsLooked";
 | 
	
		
			
				|  |  | +            let MethodName = "/ShopServer/Client/BookshelfQuery/SetMyValidPeriodIsLooked_IRead";
 | 
	
		
			
				|  |  |              let data = {
 | 
	
		
			
				|  |  | -                goods_id: this.item.id,
 | 
	
		
			
				|  |  | -                goods_type: 30
 | 
	
		
			
				|  |  | +                study_phase: this.item.study_phase,
 | 
	
		
			
				|  |  | +                end_date: this.item.end_date
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              await getLogin(MethodName, data)
 | 
	
		
			
				|  |  |              .then((res) => {
 |