|
@@ -22,12 +22,16 @@
|
|
|
<!-- 瀑布流 -->
|
|
|
<volunteerSide></volunteerSide>
|
|
|
|
|
|
- <view v-if="userType == '2'">
|
|
|
- <view class="font-title index-title">月度排名</view>
|
|
|
+ <view v-if="userType == '2'" class="serve-monthly-ranking">
|
|
|
+ <!-- <view class="font-title index-title">月度排名</view>
|
|
|
<List :data="data" @refresh="getList" v-if="data.length > 0" :type="'ranking'" />
|
|
|
<view v-else class="empty-null">
|
|
|
<img src="/static/empty/订单为空.png" alt="">
|
|
|
+ </view> -->
|
|
|
+ <view>
|
|
|
+ <view class="serve-title">本月热门服务排名</view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -45,7 +49,7 @@ import {
|
|
|
Client
|
|
|
} from "@/pages/Client/new_file.vue"
|
|
|
import volunteerSide from "@/pages/Volunteerside/Side_index.vue"
|
|
|
- import List from './order/list/index.vue';
|
|
|
+ import List from '@/pages_classify/components/orderList/index.vue';
|
|
|
|
|
|
const value = ref(''); //搜索
|
|
|
const userType = uni.getStorageSync('userType') //读取本地存储
|