|
@@ -62,7 +62,7 @@ import giftTip from './images/new/icon-9.png';
|
|
|
import iconGift from './images/new/icon-gift.png';
|
|
|
import vipGiftTIps from './images/new/vip_gift_tips.png';
|
|
|
import icon10 from './images/new1/icon-n-10.png';
|
|
|
-import icon11 from './images/new/icon-n-11.png';
|
|
|
+import icon11 from './images/new1/icon-n-11.png';
|
|
|
import dayjs from 'dayjs';
|
|
|
// import MMessageTip from '@/components/m-message-tip';
|
|
|
import { CurrentTime, useCountDown, usePageVisibility } from '@vant/use';
|
|
@@ -1682,7 +1682,9 @@ export default defineComponent({
|
|
|
<div class={[styles.studentSection, styles.studentSectionForm]}>
|
|
|
<div class={styles.title4}></div>
|
|
|
<div class={styles.videoContent}>
|
|
|
- Ai练习是为保证乐器学习成功的建议方式,在报名时,学生自主选择使用与否,无强制要求。
|
|
|
+ 1、Ai可以陪伴学生练习、即时反馈对错、增强练习兴趣,是保障乐器学习成功的有效工具,学生可独立操作,建议使用Ai练习乐器。
|
|
|
+ <br />
|
|
|
+ 2、以上建议均由家长自主选择,无强制要求。
|
|
|
</div>
|
|
|
<div class={styles['video-content']}>
|
|
|
<video
|
|
@@ -1690,9 +1692,7 @@ export default defineComponent({
|
|
|
class={styles['video']}
|
|
|
src={'https://oss.dayaedu.com/ktyq/1758506519514.mp4'}
|
|
|
playsinline={true}
|
|
|
- poster={
|
|
|
- 'https://oss.dayaedu.com/ktyq/09/1758514896211.png'
|
|
|
- }
|
|
|
+ poster={'https://oss.dayaedu.com/ktyq/09/1758514896211.png'}
|
|
|
preload="auto"></video>
|
|
|
|
|
|
{forms.showDuration && (
|
|
@@ -1982,7 +1982,7 @@ export default defineComponent({
|
|
|
<img src={icon10} class={styles.showImg} />
|
|
|
)}
|
|
|
{forms.joinType === 'tradition' && (
|
|
|
- <img src={icon11} class={styles.showImg} />
|
|
|
+ <img src={icon11} class={styles.showImg1} />
|
|
|
)}
|
|
|
</div>
|
|
|
)}
|
|
@@ -2114,7 +2114,7 @@ export default defineComponent({
|
|
|
<i style="font-style: normal">¥ </i>
|
|
|
<span>{moneyFormat(calcPrice.value.amount)}</span>
|
|
|
<i class={styles.unit} style="font-style: normal">
|
|
|
- /年
|
|
|
+ /5年
|
|
|
</i>
|
|
|
</span>
|
|
|
{calcPrice.value.originAmount >
|