|
@@ -26,6 +26,7 @@ import { formatterDate } from '@/helpers/utils'
|
|
|
import activeButtonIcon from '@common/images/icon_checkbox.png'
|
|
|
import inactiveButtonIcon from '@common/images/icon_checkbox_default.png'
|
|
|
import dayjs from 'dayjs'
|
|
|
+import TheSticky from '@/components/the-sticky'
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'course-start',
|
|
@@ -169,7 +170,7 @@ export default defineComponent({
|
|
|
/>
|
|
|
</ColField>
|
|
|
<div class={styles.stepTips}>
|
|
|
- 课程停售时,付费学员达到该人数课开课,若未达到该人数,则成课失败,已付费学员将自动退款。
|
|
|
+ 课程停售时,付费学员达到该人数可开课,若未达到该人数,则成课失败,已付费学员将自动退款。
|
|
|
</div>
|
|
|
</ColFieldGroup>
|
|
|
|
|
@@ -290,7 +291,7 @@ export default defineComponent({
|
|
|
</ColField>
|
|
|
</ColFieldGroup>
|
|
|
|
|
|
- <Sticky offsetBottom={0} position="bottom">
|
|
|
+ <TheSticky position="bottom">
|
|
|
<div class={['btnGroup', 'btnMore']}>
|
|
|
<Button
|
|
|
block
|
|
@@ -314,7 +315,7 @@ export default defineComponent({
|
|
|
下一步
|
|
|
</Button>
|
|
|
</div>
|
|
|
- </Sticky>
|
|
|
+ </TheSticky>
|
|
|
|
|
|
<Popup show={this.dateStatus} position="bottom" round>
|
|
|
<DatetimePicker
|