Selaa lähdekoodia

update 更新

wangxy 2 kuukautta sitten
vanhempi
commit
cd8b94ee3b
51 muutettua tiedostoa jossa 1233 lisäystä ja 503 poistoa
  1. 46 11
      pages/dqgzDangjiangongzuo/dqgzDangjiangongzuo.vue
  2. 25 10
      pages/dqgzDangjiangongzuoInfo/dqgzDangjiangongzuoInfo.vue
  3. 27 10
      pages/dqgzDangyuanfengcai/dqgzDangyuanfengcai.vue
  4. 23 10
      pages/dqgzDangzuzhijiagou/dqgzDangzuzhijiagou.vue
  5. 27 10
      pages/dqgzGonghuizhijia/dqgzGonghuizhijia.vue
  6. 23 10
      pages/dqgzGonghuizuzhijiagou/dqgzGonghuizuzhijiagou.vue
  7. 25 10
      pages/dqgzGongzhuizhijiaInfo/dqgzGongzhuizhijiaInfo.vue
  8. 25 10
      pages/dqgzXueyuanfengcaiInfo/dqgzXueyuanfengcaiInfo.vue
  9. 6 0
      pages/index/index.vue
  10. 26 10
      pages/jyjxDasaifengcai/jyjxDasaifengcai.vue
  11. 27 10
      pages/jyjxDierketang/jyjxDierketang.vue
  12. 31 12
      pages/jyjxGuizhangzhidu/jyjxGuizhangzhidu.vue
  13. 26 10
      pages/jyjxJinengjianding/jyjxJinengjianding.vue
  14. 26 10
      pages/jyjxKeyandongtai/jyjxKeyandongtai.vue
  15. 26 10
      pages/jyjxKeyanhuodong/jyjxKeyanhuodong.vue
  16. 27 10
      pages/jyjxShiziduiwu/jyjxShiziduiwu.vue
  17. 27 10
      pages/jyjxXiaoqihezuo/jyjxXiaoqihezuo.vue
  18. 27 10
      pages/jyjxZhongdianxiangmu/jyjxZhongdianxiangmu.vue
  19. 27 10
      pages/jyjxZhuanyejianshe/jyjxZhuanyejianshe.vue
  20. 23 10
      pages/xsydDeyuduiwu/xsydDeyuduiwu.vue
  21. 23 10
      pages/xsydDeyuduiwuInfo/xsydDeyuduiwuInfo.vue
  22. 23 10
      pages/xsydGongqingtuan/xsydGongqingtuan.vue
  23. 23 10
      pages/xsydGongqingtuanInfo/xsydGongqingtuanInfo.vue
  24. 23 10
      pages/xsydXueshenghuodong/xsydXueshenghuodong.vue
  25. 23 10
      pages/xsydXueshenghuodongInfo/xsydXueshenghuodongInfo.vue
  26. 23 10
      pages/xsydZizhuguanli/xsydZizhuguanli.vue
  27. 23 10
      pages/xsydZizhuguanliInfo/xsydZizhuguanliInfo.vue
  28. 23 10
      pages/xydtTongzhigonggao/xydtTongzhigonggao.vue
  29. 23 10
      pages/xydtTongzhigonggaoInfo/xydtTongzhigonggaoInfo.vue
  30. 23 10
      pages/xydtXiaowugongkai/xydtXiaowugongkai.vue
  31. 23 10
      pages/xydtXiaowugongkaiInfo/xydtXiaowugongkaiInfo.vue
  32. 23 10
      pages/xydtXueyuanfengcai/xydtXueyuanfengcai.vue
  33. 23 10
      pages/xydtXueyuanfengcaiInfo/xydtXueyuanfengcaiInfo.vue
  34. 23 10
      pages/xydtXueyuanxingwen/xydtXueyuanxingwen.vue
  35. 23 10
      pages/xydtXueyuanxinwenInfo/xydtXueyuanxinwenInfo.vue
  36. 23 10
      pages/xzzxXiazaizhongxin/xzzxXiazaizhongxin.vue
  37. 23 10
      pages/zsjyBaokaozhinan/zsjyBaokaozhinan.vue
  38. 23 10
      pages/zsjyShengxue/zsjyShengxue.vue
  39. 23 10
      pages/zsjyWangnianluqufenshu/zsjyWangnianluqufenshu.vue
  40. 23 10
      pages/zsjyXiaoqihezuo/zsjyXiaoqihezuo.vue
  41. 23 10
      pages/zsjyXiaoqihezuoInfo/zsjyXiaoqihezuoInfo.vue
  42. 23 10
      pages/zsjyYouxiubiyesheng/zsjyYouxiubiyesheng.vue
  43. 23 10
      pages/zsjyYouxiubiyeshengInfo/zsjyYouxiubiyeshengInfo.vue
  44. 23 10
      pages/zsjyYubaoming/zsjyYubaoming.vue
  45. 23 10
      pages/zsjyZhaopinxinxi/zsjyZhaopinxinxi.vue
  46. 23 10
      pages/zsjyZhaoshengjianzhang/zsjyZhaoshengjianzhang.vue
  47. 23 10
      pages/zsjyZhengcewenhuaInfo/zsjyZhengcewenhuaInfo.vue
  48. 23 10
      pages/zsjyZhengcewenjian/zsjyZhengcewenjian.vue
  49. 23 10
      pages/zsjyZhuanyejieshao/zsjyZhuanyejieshao.vue
  50. 23 10
      pages/zypxTongzhigonggao/zypxTongzhigonggao.vue
  51. 23 10
      pages/zypxTongzhigonggaoInfo/zypxTongzhigonggaoInfo.vue

+ 46 - 11
pages/dqgzDangjiangongzuo/dqgzDangjiangongzuo.vue

@@ -1,19 +1,54 @@
 <template>
 	<view>
-		
+		<MtaScrollViewVue :refreshFn="getList">
+			<template v-slot="{ list }">
+				<div v-for="item in list" :key="item.id" @click="handleClick(item)">
+					<image :src="item.cover"></image>
+					<br>
+					{{formatDateToYearMonthDay(item.createTime)}}
+					<br>
+					{{item.title}}
+				</div>
+			</template>
+		</MtaScrollViewVue>
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	import MtaScrollViewVue from "@/components/MtaScrollView/MtaScrollView.vue";
+	import {formatDateToYearMonthDay}from"@/utils/common.js"
+	
+	const data = reactive({
+		list: '',
+		total: '',
+		page: 1,
+		size: 5
+	})
+	
+	onLoad(() => {
+	})
+	
+	function handleClick(data) {
+		console.log('data',data);
+	}
+	
+	function getList(data) {
+		return httpApi.getDangjianGongzuoList(data)
+	}
+	
+	function pageInit() {
+		httpApi.getDangjianGongzuoList({page: data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 25 - 10
pages/dqgzDangjiangongzuoInfo/dqgzDangjiangongzuoInfo.vue

@@ -4,16 +4,31 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		info: '',
+		id: null
+	})
+	
+	onLoad((id) => {
+		data.id = id;
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianGongzuoInfo({id: data.id}).then(res => {
+			data.info = res.data;
+		})
 	}
 </script>
 

+ 27 - 10
pages/dqgzDangyuanfengcai/dqgzDangyuanfengcai.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: '',
+		page: 1,
+		size: 5
+		
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianFengcaiList({page: data.page,size: data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 23 - 10
pages/dqgzDangzuzhijiagou/dqgzDangzuzhijiagou.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 27 - 10
pages/dqgzGonghuizhijia/dqgzGonghuizhijia.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		total: 0,
+		page: 1,
+		size: 5
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianGonghuiList({page: data.page,size: data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 23 - 10
pages/dqgzGonghuizuzhijiagou/dqgzGonghuizuzhijiagou.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianZuzhiGonghuiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 25 - 10
pages/dqgzGongzhuizhijiaInfo/dqgzGongzhuizhijiaInfo.vue

@@ -4,16 +4,31 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		info: '',
+		id: null
+	})
+	
+	onLoad(({id}) => {
+		data.id = id;
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianGonghuiInfo({id: data.id}).then(res => {
+			data.info = res.data;
+		})
 	}
 </script>
 

+ 25 - 10
pages/dqgzXueyuanfengcaiInfo/dqgzXueyuanfengcaiInfo.vue

@@ -4,16 +4,31 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		info: '',
+		id: null,
+	})
+	
+	onLoad(({id}) => {
+		data.id = id;
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getDangjianFengcaiInfo({id: data.id}).then(res => {
+			data.info = res.data;
+		})
 	}
 </script>
 

+ 6 - 0
pages/index/index.vue

@@ -1,5 +1,8 @@
 <template>
 	<view class="lli-index-page">
+		
+		<btnMenuVue></btnMenuVue>
+		
 		<view class="uni-margin-wrap">
 			<swiper class="swiper" circular :indicator-dots="true" :autoplay="true" :interval="5000">
 				<swiper-item v-for="item in banners" :key="item.id" @click="handleBannerSelect(item)">
@@ -32,6 +35,9 @@
 		onLoad
 	} from "@dcloudio/uni-app"
 	import * as httpApi from "@/api/common.js"
+	import btnMenuVue from "@/components/btnMenu.vue";
+	
+	
 	const banners = ref('');
 	const data = reactive({
 		xinwen: [],

+ 26 - 10
pages/jyjxDasaifengcai/jyjxDasaifengcai.vue

@@ -4,16 +4,32 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: '',
+		page: 1,
+		size: 20,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuDasaiList({page:data.page,size:data.size}).then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 27 - 10
pages/jyjxDierketang/jyjxDierketang.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page: 1,
+		size: 5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuKetangList({page: data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 31 - 12
pages/jyjxGuizhangzhidu/jyjxGuizhangzhidu.vue

@@ -1,22 +1,41 @@
 <template>
 	<view>
-		
+
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+
+
+	const data = reactive({
+		content: '',
+		page: 1,
+		size: 5,
+		total: 0
+	})
+
+	onLoad(() => {
+		pageInit();
+	})
+
+	function pageInit() {
+		httpApi.getJiaoyuZhiduList({
+			page: data.page,
+			size: data.size
+		}).then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 
 <style>
 
-</style>
+</style>

+ 26 - 10
pages/jyjxJinengjianding/jyjxJinengjianding.vue

@@ -4,16 +4,32 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page: 1,
+		size: 5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuJinengList({page:data.page,size:data.size}).then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 26 - 10
pages/jyjxKeyandongtai/jyjxKeyandongtai.vue

@@ -4,16 +4,32 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page:1,
+		size: 5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuKeyanList({page: 1,size: 5}).then(res => {
+			data.list = res.data.data;
+		})
 	}
 </script>
 

+ 26 - 10
pages/jyjxKeyanhuodong/jyjxKeyanhuodong.vue

@@ -4,16 +4,32 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page: 1,
+		size: 5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuJiaoyanList({page:data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+		})
 	}
 </script>
 

+ 27 - 10
pages/jyjxShiziduiwu/jyjxShiziduiwu.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page: 1,
+		size: 5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuShiziList({page:data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 27 - 10
pages/jyjxXiaoqihezuo/jyjxXiaoqihezuo.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		page: 1,
+		size:5,
+		total: 0
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuXiaoqiList({page: data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 27 - 10
pages/jyjxZhongdianxiangmu/jyjxZhongdianxiangmu.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		total: 0,
+		page: 1,
+		size: 5
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuXiangmuList({page:data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 27 - 10
pages/jyjxZhuanyejianshe/jyjxZhuanyejianshe.vue

@@ -4,16 +4,33 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		list: [],
+		total: 0,
+		page: 1,
+		size: 5
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getJiaoyuZhuanyejiansheList({page:data.page,size:data.size}).then(res => {
+			data.list = res.data.data;
+			data.total = res.data.total;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydDeyuduiwu/xsydDeyuduiwu.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydDeyuduiwuInfo/xsydDeyuduiwuInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydGongqingtuan/xsydGongqingtuan.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydGongqingtuanInfo/xsydGongqingtuanInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydXueshenghuodong/xsydXueshenghuodong.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydXueshenghuodongInfo/xsydXueshenghuodongInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydZizhuguanli/xsydZizhuguanli.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xsydZizhuguanliInfo/xsydZizhuguanliInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtTongzhigonggao/xydtTongzhigonggao.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtTongzhigonggaoInfo/xydtTongzhigonggaoInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXiaowugongkai/xydtXiaowugongkai.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXiaowugongkaiInfo/xydtXiaowugongkaiInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXueyuanfengcai/xydtXueyuanfengcai.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXueyuanfengcaiInfo/xydtXueyuanfengcaiInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXueyuanxingwen/xydtXueyuanxingwen.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xydtXueyuanxinwenInfo/xydtXueyuanxinwenInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/xzzxXiazaizhongxin/xzzxXiazaizhongxin.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyBaokaozhinan/zsjyBaokaozhinan.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyShengxue/zsjyShengxue.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyWangnianluqufenshu/zsjyWangnianluqufenshu.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyXiaoqihezuo/zsjyXiaoqihezuo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyXiaoqihezuoInfo/zsjyXiaoqihezuoInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyYouxiubiyesheng/zsjyYouxiubiyesheng.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyYouxiubiyeshengInfo/zsjyYouxiubiyeshengInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyYubaoming/zsjyYubaoming.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyZhaopinxinxi/zsjyZhaopinxinxi.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyZhaoshengjianzhang/zsjyZhaoshengjianzhang.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyZhengcewenhuaInfo/zsjyZhengcewenhuaInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyZhengcewenjian/zsjyZhengcewenjian.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zsjyZhuanyejieshao/zsjyZhuanyejieshao.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zypxTongzhigonggao/zypxTongzhigonggao.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>
 

+ 23 - 10
pages/zypxTongzhigonggaoInfo/zypxTongzhigonggaoInfo.vue

@@ -4,16 +4,29 @@
 	</view>
 </template>
 
-<script>
-	export default {
-		data() {
-			return {
-				
-			}
-		},
-		methods: {
-			
-		}
+<script setup>
+	import {
+		ref,
+		reactive
+	} from "vue";
+	import {
+		onLoad
+	} from "@dcloudio/uni-app"
+	import * as httpApi from "@/api/common.js"
+	
+	
+	const data = reactive({
+		content: ''
+	})
+	
+	onLoad(() => {
+		pageInit();
+	})
+	
+	function pageInit() {
+		httpApi.getCommonGaikuangJigouShezhiInfo().then(res => {
+			data.content = res.data.content;
+		})
 	}
 </script>