浏览代码

页面更新

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>