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

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

@ -35,15 +35,15 @@
</view>
</view>
<!-- 空白 -->
<!-- <shopro-empty v-if="!grouponList.length && !isLoading" :emptyData="emptyData"></shopro-empty>-->
<!-- <Shop-empty v-if="!grouponList.length && !isLoading" :emptyData="emptyData"></Shop-empty>-->
<!-- 加载更多 -->
<view v-if="grouponList.length" class="cu-load text-gray" :class="loadStatus"></view>
<!-- loading -->
<shopro-load v-model="isLoading"></shopro-load>
<Shop-load v-model="isLoading"></Shop-load>
</scroll-view>
</view>
<!-- 自定义底部导航 -->
<shopro-tabbar></shopro-tabbar>
<Shop-tabbar></Shop-tabbar>
</view>
</template>