|  | @@ -17,6 +17,9 @@ import totalBoxBg from './images/total_box_icon.png';
 | 
											
												
													
														|  |  import useWeChatShare from '@/hooks/useWeChatShare';
 |  |  import useWeChatShare from '@/hooks/useWeChatShare';
 | 
											
												
													
														|  |  import { browser } from '@/helpers/utils';
 |  |  import { browser } from '@/helpers/utils';
 | 
											
												
													
														|  |  import OFullRefresh from '@/components/m-full-refresh';
 |  |  import OFullRefresh from '@/components/m-full-refresh';
 | 
											
												
													
														|  | 
 |  | +import tbgIcon1 from './images/tbg_icon1.png';
 | 
											
												
													
														|  | 
 |  | +import tbgIcon2 from './images/tbg_icon2.png';
 | 
											
												
													
														|  | 
 |  | +import tbgIcon3 from './images/tbg_icon3.png';
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  export default defineComponent({
 |  |  export default defineComponent({
 | 
											
												
													
														|  |    name: 'questionnaire-statistics',
 |  |    name: 'questionnaire-statistics',
 | 
											
										
											
												
													
														|  | @@ -106,7 +109,6 @@ export default defineComponent({
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      const getList = async () => {
 |  |      const getList = async () => {
 | 
											
												
													
														|  |        try {
 |  |        try {
 | 
											
												
													
														|  | -        console.log(11111)
 |  | 
 | 
											
												
													
														|  |          const { provinceCode='',cityCode='',regionCode='' } = forms.currentAreaInfo
 |  |          const { provinceCode='',cityCode='',regionCode='' } = forms.currentAreaInfo
 | 
											
												
													
														|  |          const res = await request.post(
 |  |          const res = await request.post(
 | 
											
												
													
														|  |            '/edu-app/open/schoolMeetingQuestion/areaSummary',
 |  |            '/edu-app/open/schoolMeetingQuestion/areaSummary',
 | 
											
										
											
												
													
														|  | @@ -228,6 +230,12 @@ export default defineComponent({
 | 
											
												
													
														|  |          </div>
 |  |          </div>
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          <div class={styles.scContent}>
 |  |          <div class={styles.scContent}>
 | 
											
												
													
														|  | 
 |  | +          <div class={styles.scBgBox}>
 | 
											
												
													
														|  | 
 |  | +            <img class={styles.scBg1} src={tbgIcon1} />
 | 
											
												
													
														|  | 
 |  | +            <img class={styles.scBg2} src={tbgIcon2} />
 | 
											
												
													
														|  | 
 |  | +            <img class={styles.scBg3} src={tbgIcon3} />
 | 
											
												
													
														|  | 
 |  | +          </div>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |            <div class={styles.scTop}>
 |  |            <div class={styles.scTop}>
 | 
											
												
													
														|  |              <div>参与学校</div><span>{formatNumberWithComma(forms.totalInfo.schoolNum || 0)}</span><i>所</i>
 |  |              <div>参与学校</div><span>{formatNumberWithComma(forms.totalInfo.schoolNum || 0)}</span><i>所</i>
 | 
											
												
													
														|  |            </div>
 |  |            </div>
 |