|
|
@@ -1,13 +1,9 @@
|
|
|
<template>
|
|
|
<div class="app-main app-content">
|
|
|
- <!-- <button @click="pageTo('/pages/user/register')">注册</button>
|
|
|
- <button @click="pageTo('/pages/chat/index')">聊天</button>-->
|
|
|
- <!-- <app-footer /> -->
|
|
|
<app-swiper v-if="!$util.isEmpty(ad)" :list="ad" @detail="adDetailFn" />
|
|
|
<block v-if="!$util.isEmpty(category)">
|
|
|
<div class="goods-module" v-for="(item, index) in category" :key="index">
|
|
|
<goods-list-big v-if="item.showRow == 1" :info="item" />
|
|
|
- <!-- <goods-list-middle :list="[]" /> -->
|
|
|
<goods-list-small v-if="item.showRow == 2" :info="item" />
|
|
|
</div>
|
|
|
</block>
|