brand对接接口

This commit is contained in:
X1627315083@163.com
2026-05-21 11:25:11 +08:00
parent 2346e079a1
commit e418bf80ad
7 changed files with 236 additions and 95 deletions

View File

@@ -12,7 +12,7 @@ import img from '@/assets/images/brand-null.png'
let data = reactive({
})
const router = useRouter()
const isShoppingShow = ref(true)
const isShoppingShow = ref(false)
const shoppingClose = () => {
isShoppingShow.value = false
}