|
@@ -17,6 +17,9 @@ import totalBoxBg from './images/total_box_icon.png';
|
|
|
import useWeChatShare from '@/hooks/useWeChatShare';
|
|
|
import { browser } from '@/helpers/utils';
|
|
|
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({
|
|
|
name: 'questionnaire-statistics',
|
|
@@ -106,7 +109,6 @@ export default defineComponent({
|
|
|
|
|
|
const getList = async () => {
|
|
|
try {
|
|
|
- console.log(11111)
|
|
|
const { provinceCode='',cityCode='',regionCode='' } = forms.currentAreaInfo
|
|
|
const res = await request.post(
|
|
|
'/edu-app/open/schoolMeetingQuestion/areaSummary',
|
|
@@ -228,6 +230,12 @@ export default defineComponent({
|
|
|
</div>
|
|
|
}
|
|
|
<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>参与学校</div><span>{formatNumberWithComma(forms.totalInfo.schoolNum || 0)}</span><i>所</i>
|
|
|
</div>
|