You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<script setup>
|
|
http.getCartCount()
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
@import "./app.css";
|
|
/* 隐藏头部 */
|
|
uni-page-head {
|
|
display: none;
|
|
}
|
|
/* 轮播图指示点 */
|
|
uni-swiper .uni-swiper-dots-horizontal {
|
|
bottom: 20px !important;
|
|
}
|
|
</style>
|