Commit 78b401dd authored by zhangjianguo's avatar zhangjianguo

无收藏商品的显示

parent b63ae168
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<view class="favoriteStyle" :style="{'height':contentHeight}" v-if="!isloading"> <view class="favoriteStyle" :style="{'height':contentHeight}" v-if="!isloading">
<u-tabs :list="list" :is-scroll="false" :current="current" @change="change" :active-color='mainColor'></u-tabs> <u-tabs :list="list" :is-scroll="false" :current="current" @change="change" :active-color='mainColor'></u-tabs>
<template > <template >
<u-empty v-if="current==0&& goodslist.length==0" text="没有任何收藏商品哦~" mode="favor"></u-empty>
<view v-if="current==0 && goodslist.length>0" style=" <view v-if="current==0 && goodslist.length>0" style="
height: calc(100vh - 50px); height: calc(100vh - 50px);
width: calc(100vw - 20px); width: calc(100vw - 20px);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment