优化首页样式

This commit is contained in:
gaoxs
2020-07-14 09:34:34 +08:00
parent e8240a54a7
commit 63c3530314
9 changed files with 767 additions and 61 deletions

View File

@ -29,11 +29,11 @@
</view>
<view class="load font-color-red" v-if="!status" @click="getBargainList">点击加载更多</view>
</view>
<view class="noCommodity" style="background-color: #fff;" v-if="bargainLis.length === 0">
<!-- <view class="noCommodity" style="background-color: #fff;" v-if="bargainLis.length === 0">
<view class="noPictrue">
<image src="@/static/images/noGood.png" class="image" />
</view>
</view>
</view> -->
</view>
</template>
<script>
@ -79,6 +79,6 @@ export default {
<style >
page{
background: #eb3729;
background-color: rgb(245, 245, 245);
}
</style>