This commit is contained in:
2024-10-29 10:07:53 +08:00
parent dac8a28465
commit aeb28785c7
239 changed files with 59710 additions and 43293 deletions

View File

@@ -1,4 +1,7 @@
<template>
<template><page-meta
:page-font-size="$baseFontSize() + 'px'"
:root-font-size="$baseFontSize() + 'px'"
></page-meta>
<view class="commonPageBox" style="">
<public-module></public-module>
@@ -60,7 +63,7 @@
<scroll-view
scroll-y="true"
class="scroll-Y"
style="height: 100%"
style="height: 100%;width: 100%;"
@scrolltolower="onReachBottom1"
>
<view
@@ -98,7 +101,7 @@
<view class="flash_sale_box" v-if="currentCate == 1">
<view class="flash_sale_content">
<common-list
style="height: 100%"
style="height: 100%;width: 100%;"
noDataIcon="data"
:isCondition="true"
@lower="onReachBottom2"