修改移除一些不规范的地方

This commit is contained in:
hupeng
2020-09-11 11:26:36 +08:00
parent aa7ef9bcc7
commit 01e2940839
11 changed files with 36 additions and 44 deletions

View File

@ -12,7 +12,7 @@
<scroll-view scroll-y="true" @scrolltolower="loadMore" class="scroll-box">
<view class="list-box">
<block v-for="live in liveList" :key="live.roomId">
<shopro-live-card :detail="live"></shopro-live-card>
<shop-live-card :detail="live"></shop-live-card>
</block>
</view>
<view v-if="liveList.length" class="cu-load text-gray" :class="loadStatus"></view>
@ -25,11 +25,11 @@
import {
yxWechatLive
} from "@/api/live";
import ShoproLiveCard from '@/components/ShoproLiveCard.vue'
import ShopLiveCard from '@/components/ShopLiveCard.vue'
export default {
components: {
ShoproLiveCard
ShopLiveCard
},
data() {
return {