提交 a08144b1 authored 作者: matian's avatar matian

updates

上级 f0c069a0
......@@ -47,7 +47,6 @@ const start_time = getDateTime(0)
const end_time = getDateTime(90)
const handleStudy = () => {
console.log(shopItem?.is_new === true)
if (shopItem?.is_new === true) {
buyDialogVisible.value = true
} else {
......
......@@ -14,7 +14,6 @@ const handleTabClick = (tab: any) => {
}
}
watchEffect(() => {
console.log(typeof route.query.id)
if (route.query.id) !mobile.value ? (activeName = route.query.id as string) : (activeNameH5 = Number(route.query.id))
})
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论