提交
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user