fix(code): 修正代码错误及不严谨的地方

This commit is contained in:
2025-12-23 16:59:14 +08:00
parent 68ecdd6e3c
commit 5588165f2c
91 changed files with 8364 additions and 8996 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,6 +12,7 @@
<view
class="quick-nav-item"
v-for="item in categoryList"
:key="item.category_id"
:class="{ selected: categoryId == item.category_id }"
@click="changeCategory(item.category_id)"
>
@@ -140,7 +141,7 @@ export default {
};
</script>
<style>
<style lang="scss">
.quick-nav >>> .uni-scroll-view-content {
display: flex;
}