dusenyao 1 rok pred
rodič
commit
655112bd38
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/views/share/ShareExercise.vue

+ 2 - 0
src/views/share/ShareExercise.vue

@@ -182,6 +182,7 @@ export default {
       }
       }
     },
     },
 
 
+    // 更新验证码
     updateVerificationCode() {
     updateVerificationCode() {
       GetVerificationCodeImage().then(({ image_id, image_content_base64: image }) => {
       GetVerificationCodeImage().then(({ image_id, image_content_base64: image }) => {
         this.form.verification_code_image_id = image_id;
         this.form.verification_code_image_id = image_id;
@@ -189,6 +190,7 @@ export default {
       });
       });
     },
     },
 
 
+    // 获取logo
     getLogo() {
     getLogo() {
       GetLogo().then((res) => {
       GetLogo().then((res) => {
         setConfig(res);
         setConfig(res);