fix:添加AI创作温馨提示
This commit is contained in:
parent
b323a82cbb
commit
a574fb4826
@ -141,6 +141,7 @@ import {
|
||||
RocketOutlined,
|
||||
StarOutlined,
|
||||
} from '@ant-design/icons-vue'
|
||||
import { message } from "ant-design-vue"
|
||||
import { useAicreateStore } from '@/stores/aicreate'
|
||||
import { loadExtractDraft } from '@/utils/aicreate/extractDraft'
|
||||
import { resumeLeaiWorkFromApi } from '@/utils/aicreate/resumeLeaiWork'
|
||||
@ -249,7 +250,10 @@ watch(
|
||||
const handleStart = () => {
|
||||
if (!store.sessionToken) return
|
||||
store.reset()
|
||||
message.warning('温馨提示:本次 AI 绘本创作体验功能,仅面向 “智创未来” 广东省 AI 绘本创作活动参与者开放,每个手机号可使用两次。');
|
||||
setTimeout(() => {
|
||||
router.push('/p/create/upload')
|
||||
}, 600);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user