Kaynağa Gözat

页面更新

wangxy 2 ay önce
ebeveyn
işleme
c38344569a

+ 2 - 2
pages/dqgzDangzuzhijiagou/dqgzDangzuzhijiagou.vue

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

+ 1 - 1
pages/dqgzGonghuizuzhijiagou/dqgzGonghuizuzhijiagou.vue

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

+ 1 - 1
pages/xygkJigoushezhi/xygkJigoushezhi.vue

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