BUG优化 平台公告数据展示 企业公告样式修改
							parent
							
								
									5ecbede1d3
								
							
						
					
					
						commit
						78d5e53f84
					
				|  | @ -88,7 +88,7 @@ import { | |||
|             if (res.data.pd) { | ||||
|               uni.hideLoading(); | ||||
|               _this.form = res.data.pd; | ||||
|               console.log(_this.form) | ||||
|               console.log("111",_this.form) | ||||
|               _this.$set(_this.form, 'REVIEW_RESULT', ''); | ||||
|             } | ||||
|           } | ||||
|  |  | |||
|  | @ -81,7 +81,6 @@ | |||
|                     </view> | ||||
|                     <view> | ||||
|                       <text>{{item.TITLE}}</text> | ||||
| 
 | ||||
|                     </view> | ||||
| 
 | ||||
| 									</view> | ||||
|  | @ -175,8 +174,8 @@ | |||
| 				tabCur :0, | ||||
| 			} | ||||
| 		}, | ||||
| 		mounted(e){ | ||||
| 
 | ||||
|     mounted(e){ | ||||
| 			this.getData(); | ||||
| 			let that=this; | ||||
| 			let CustomBar = this.CustomBar; | ||||
|  | @ -237,6 +236,8 @@ | |||
| 				} | ||||
| 			  }, | ||||
| 			getData() { | ||||
|         this.getPcData(); | ||||
|         this.getTxData(); | ||||
| 				var _this = this; | ||||
| 				uni.showLoading({ | ||||
| 					title: '请稍候' | ||||
|  | @ -269,7 +270,6 @@ | |||
| 					} | ||||
| 				}); | ||||
| 			}, | ||||
| 
 | ||||
| 			getPcData() { | ||||
| 				var _this = this; | ||||
| 				uni.showLoading({ | ||||
|  | @ -337,16 +337,12 @@ | |||
|         }); | ||||
|       }, | ||||
| 			//跳转事件 | ||||
| 			goToDetail(e) { | ||||
| 
 | ||||
| 			}, | ||||
|       goToTxDetail(e){ | ||||
|         uni.navigateTo({ | ||||
|           url: '/pages/news/notice-list-detail?id='+e+'&type=1', | ||||
|         }); | ||||
|       }, | ||||
| 			goToPcDetail(e){ | ||||
|         console.log(e) | ||||
|         if(this.TabCur == 0) { | ||||
|           uni.navigateTo({ | ||||
|             url: '/pages/news/notice-list-detail?id='+e+'&type=0', | ||||
|  |  | |||
|  | @ -49,8 +49,10 @@ | |||
| 			this.type =e.type; | ||||
| 			this.id=e.id; | ||||
| 			this.getData(); | ||||
| 			console.log(e) | ||||
| 		}, | ||||
|     onShow(){ | ||||
|       this.getData(); | ||||
|     }, | ||||
| 		methods: { | ||||
| 			getData() { | ||||
| 				var _this = this; | ||||
|  | @ -61,7 +63,6 @@ | |||
| 				if("1"==_this.type){ | ||||
| 					url =  basePath + '/app/notice/goEditForPc' | ||||
| 				} | ||||
| 				console.log("1111",_this.id) | ||||
| 				uni.request({ | ||||
| 					url:url, | ||||
| 					method: 'POST', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue