|
@@ -14,13 +14,13 @@
|
|
<uni-coods :goldLimit="item.type.goldLimit" :list="item.list"></uni-coods>
|
|
<uni-coods :goldLimit="item.type.goldLimit" :list="item.list"></uni-coods>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="goodsListLength==0&&hasLogin">
|
|
|
|
|
|
+ <view v-if="goodsListLength==0">
|
|
<u-empty icon-size="60" :text="noDataText" mode="list"></u-empty>
|
|
<u-empty icon-size="60" :text="noDataText" mode="list"></u-empty>
|
|
</view>
|
|
</view>
|
|
- <view class="nologin" v-if="!hasLogin">
|
|
|
|
|
|
+ <!-- <view class="nologin" v-if="!hasLogin">
|
|
<view>您还未登录,请登录后再浏览商品</view>
|
|
<view>您还未登录,请登录后再浏览商品</view>
|
|
<u-button plain size="mini" shape="circle" @click="toLoginPage">立即登录</u-button>
|
|
<u-button plain size="mini" shape="circle" @click="toLoginPage">立即登录</u-button>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
<!-- 购物车 -->
|
|
<!-- 购物车 -->
|
|
<uni-cart-fix :dragPic="dragPic"></uni-cart-fix>
|
|
<uni-cart-fix :dragPic="dragPic"></uni-cart-fix>
|