瀏覽代碼

Merge branch 'iteration-create' into dev

lex 2 年之前
父節點
當前提交
1a5053778e

二進制
src/common/images/icon-qrcode-bg.png


二進制
src/views/student-register/images/orchestra-top_bg.png


二進制
src/views/student-register/images/teacher-top_bg.png


+ 1 - 1
src/views/student-register/qrcode-payment/index.tsx

@@ -1,7 +1,7 @@
 import { defineComponent, reactive } from 'vue';
 import { Icon, Image } from 'vant';
 import styles from './index.module.less';
-import orchestraTopBg from '@/school/save-share-image/images/orchestra-top_bg.png';
+import orchestraTopBg from '@/views/student-register/images/orchestra-top_bg.png';
 import OQrcode from '@/components/m-qrcode';
 import { browser } from '@/helpers/utils';
 import { useRouter } from 'vue-router';