diff --git a/src/views/home/homeView.vue b/src/views/home/homeView.vue index 680c429..b8e7df7 100644 --- a/src/views/home/homeView.vue +++ b/src/views/home/homeView.vue @@ -61,6 +61,9 @@ export default { const yuanYuwoMen = (id) => { tiaoZhuan(id) } + const tij = () => { + alert('提交成功!') + } // 自动播放 onMounted(() => { setInterval(nextSlide, 4000) @@ -79,6 +82,7 @@ export default { keHuanLi, yuanYuwoMen, tiJiao, + tij, } }, } @@ -318,33 +322,25 @@ export default {