Browse Source

Merge branch 'iteration_0310' into jenkins

lex 1 năm trước cách đây
mục cha
commit
b8d80f9cee

+ 1 - 1
src/student/pre-register-active/compontent-show/register-show.tsx

@@ -126,7 +126,7 @@ export default defineComponent({
               style="padding-bottom: 0;"
             >
               {{
-                input: () => <img src={forms.instrumentPriceImg} style="width: 100%" />
+                input: () => <img src={forms.instrumentPriceImg as any} style="width: 100%" />
               }}
             </Field>
 

+ 1 - 1
src/student/pre-register-active/compontent-show/video-show.tsx

@@ -93,7 +93,7 @@ export default defineComponent({
               class={styles['video']}
               src={forms.introductionVideo + '?time' + Date.now()}
               playsinline={true}
-              poster={forms.coverImg}
+              poster={forms.coverImg as any}
               preload="auto"
             ></video>
           </div>