@ -71,20 +71,16 @@ export default {
},
]
gotoPages(){
if(!this.textarea){
gotoPages() {
if (!this.textarea) {
this.$message({
message: '请输入您的创作主题',
type: 'warning'
});
}else{
} else {
this.$router.push({name: 'MarketingWritingDialog', params: {prompt: this.textarea}});
}
</script>
<style scoped lang="scss">
</style>