|
|
@@ -25,21 +25,20 @@
|
|
|
</template>
|
|
|
</view>
|
|
|
<view class="cate-section">
|
|
|
- <view class="cate-item" @click="nav('/pages/index/artList?cid=1&tit=' + encodeURI('众赢集团'))">
|
|
|
+ <view class="cate-item" @click="nav('/pages/index/artList?cid=2&tit=' + encodeURI('众赢集团'))">
|
|
|
<image src="/static/icon/in1.png"></image>
|
|
|
<view class="cate-font">众赢集团</view>
|
|
|
</view>
|
|
|
- <view class="cate-item" @click="nav('/pages/category/articleList')">
|
|
|
+ <view class="cate-item" @click="nav('/pages/index/artList?cid=3&tit=' + encodeURI('康养旅居'))">
|
|
|
<image src="/static/icon/in2.png"></image>
|
|
|
<view class="cate-font">康养旅居</view>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="cate-item">
|
|
|
- <image src="/static/icon/in3.png" @click="nav('/pages/index/vip')"></image>
|
|
|
+ <image src="/static/icon/in3.png" @click="nav('/pages/index/artList?cid=4&tit=' + encodeURI('调理养护'))"></image>
|
|
|
<view class="cate-font">调理养护</view>
|
|
|
</view>
|
|
|
<view class="cate-item">
|
|
|
- <image src="/static/icon/in4.png" @click="nav('/pages/index/vip')"></image>
|
|
|
+ <image src="/static/icon/in4.png" @click="nav('/pages/index/artList?cid=5&tit=' + encodeURI('专家专项'))"></image>
|
|
|
<view class="cate-font">专家专项</view>
|
|
|
</view>
|
|
|
<view class="cate-item">
|
|
|
@@ -86,6 +85,13 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="noList" v-if="hostList.length==0">
|
|
|
+ <view >
|
|
|
+ 暂无数据
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
<view class="xian"></view>
|
|
|
<view class="main">
|
|
|
@@ -776,6 +782,15 @@
|
|
|
}
|
|
|
.jj-wrap {
|
|
|
background-color: #fff;
|
|
|
+ min-height: 200rpx;
|
|
|
+ height: 0;
|
|
|
+ .noList{
|
|
|
+ display: flex;
|
|
|
+ height: 100%;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #e3e3e3;
|
|
|
+ }
|
|
|
// margin: 20rpx 0;
|
|
|
.jj {
|
|
|
margin: auto;
|