diff --git a/src/assets/applyAlready.png b/src/assets/applyAlready.png
new file mode 100644
index 000000000..9d36a1d7d
Binary files /dev/null and b/src/assets/applyAlready.png differ
diff --git a/src/views/jsxt/apply/index.vue b/src/views/jsxt/apply/index.vue
index ed7eeb9b1..95d1425c2 100644
--- a/src/views/jsxt/apply/index.vue
+++ b/src/views/jsxt/apply/index.vue
@@ -58,9 +58,9 @@
报名成功!
-
@@ -76,6 +76,7 @@ import QrcodeVue from 'qrcode.vue';
import { getUserinfoMobileCode } from '@/api/management/user';
import { postSignUp } from '@/api/competition';
import { getIsSignUp } from '@/api/competition';
+import applyAlready from '@/assets/applyAlready.png';
export default {
name: '',
@@ -97,6 +98,7 @@ export default {
};
return {
dialogVisible: false,
+ applyAlready:applyAlready,
applyFlag: true,
flag: true,
loginClient: 'Design',
@@ -378,6 +380,15 @@ export default {
$dark_gray:#889aa4;
$light_gray:#eee;
$qrcodeSize: 270px;
+ .applyAlready{
+ width:150px;
+ }
+ .applyAready_box div{
+ width:100%;
+ text-align:center;
+ margin-top: 150px;
+ font-size: 25px;
+ }
.dictionary_box{
padding-top: 10px;
.joylink-card{