|  | @@ -225,10 +225,9 @@
 | 
												
													
														
															|  |  			//渔家乐
 |  |  			//渔家乐
 | 
												
													
														
															|  |  			info() {
 |  |  			info() {
 | 
												
													
														
															|  |  				this.$api.get('/api/fishering/personCenterOrderDetail/' + this.orderCode).then(res => {
 |  |  				this.$api.get('/api/fishering/personCenterOrderDetail/' + this.orderCode).then(res => {
 | 
												
													
														
															|  | -					console.log(res)
 |  | 
 | 
												
													
														
															|  |  					if (res.data.code == 0) {
 |  |  					if (res.data.code == 0) {
 | 
												
													
														
															|  |  						this.infoMation = res.data.data;
 |  |  						this.infoMation = res.data.data;
 | 
												
													
														
															|  | -						this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
 |  | 
 | 
												
													
														
															|  | 
 |  | +						if(this.merchantType == 10) this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
 | 
												
													
														
															|  |  					}
 |  |  					}
 | 
												
													
														
															|  |  				})
 |  |  				})
 | 
												
													
														
															|  |  			},
 |  |  			},
 | 
												
											
												
													
														
															|  | @@ -239,7 +238,7 @@
 | 
												
													
														
															|  |  				}).then(res => {
 |  |  				}).then(res => {
 | 
												
													
														
															|  |  					if (res.data.code == 0) {
 |  |  					if (res.data.code == 0) {
 | 
												
													
														
															|  |  						this.infoMation = res.data.data;
 |  |  						this.infoMation = res.data.data;
 | 
												
													
														
															|  | -						this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
 |  | 
 | 
												
													
														
															|  | 
 |  | +						if(this.merchantType == 10) this.isFisheringGoodsDTOCoverImg = this.infoMation.isFisheringGoodsDTO.coverImg||'';
 | 
												
													
														
															|  |  						this.infoMation.productsDetail = JSON.parse(res.data.data.productsDetail);
 |  |  						this.infoMation.productsDetail = JSON.parse(res.data.data.productsDetail);
 | 
												
													
														
															|  |  					}
 |  |  					}
 | 
												
													
														
															|  |  				})
 |  |  				})
 |