소스 검색

页面更新

wangxy 2 달 전
부모
커밋
7d2fe2366d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/xygkJigoushezhi/xygkJigoushezhi.vue

+ 1 - 1
pages/xygkJigoushezhi/xygkJigoushezhi.vue

@@ -25,7 +25,7 @@
 	
 	function pageInit() {
 		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
-			data.content = res.data.content;
+			data.content = res.data.pic;
 		})
 	}
 </script>