diff --git a/assets/img/home/banner1.jpg b/assets/img/home/banner1.jpg new file mode 100644 index 0000000..69c5053 Binary files /dev/null and b/assets/img/home/banner1.jpg differ diff --git a/assets/img/home/banner2.jpg b/assets/img/home/banner2.jpg new file mode 100644 index 0000000..ff1e01b Binary files /dev/null and b/assets/img/home/banner2.jpg differ diff --git a/pages/goods/detail/_id.vue b/pages/goods/detail/_id.vue index 399afc0..f3a1138 100644 --- a/pages/goods/detail/_id.vue +++ b/pages/goods/detail/_id.vue @@ -605,6 +605,7 @@ export default { } &__details { width: 714px; + padding-top: 10px; &-title { font-size: 16px; font-family: Microsoft YaHei-Regular, Microsoft YaHei; diff --git a/pages/goods/list/index.vue b/pages/goods/list/index.vue index e36e8ad..4040f0a 100644 --- a/pages/goods/list/index.vue +++ b/pages/goods/list/index.vue @@ -11,7 +11,7 @@ @@ -194,8 +194,8 @@ export default { if (vm.levelType == 1) { vm.params.categoryId = vm.categoryOneList[vm.levelActive].id; } - if(vm.params.name){ - vm.params.categoryId = '' + if (vm.params.name) { + vm.params.categoryId = ""; } let res = await ApiGetGoodsList(vm.params); vm.pageloading = false; @@ -259,6 +259,9 @@ export default { &-btn { margin-right: 50px; cursor: pointer; + &:hover { + color: #ff512b; + } } &-active { color: #ff512b; diff --git a/pages/index/module/Banner.vue b/pages/index/module/Banner.vue index 8606a56..851f380 100644 --- a/pages/index/module/Banner.vue +++ b/pages/index/module/Banner.vue @@ -9,6 +9,20 @@