Browse Source

暂无内容图片添加

master
Enzo 4 years ago
parent
commit
afceddf246
  1. 2
      pages/coupon/index/index.vue
  2. 4
      pages/discover/discover.vue
  3. 4
      pages/discover/discoverdetails.vue
  4. 2
      pages/index/activity/hot.vue
  5. 2
      pages/index/cateringFacilities/cateringFacilities.vue
  6. 4
      pages/order/index/onlineorder.vue
  7. 4
      pages/shop/shopdetail.vue
  8. 4
      pages/store/cart/cart.vue
  9. 2
      pages/user/my/center.vue
  10. 4
      pages/user/my/collect.vue
  11. 2
      pages/user/my/my.vue
  12. 2
      pages/user/my/myEventRegistrationList.vue
  13. 2
      pages/user/my/setting.vue
  14. 2
      pages/user/register/register.vue
  15. BIN
      static/images/empty-cart.png
  16. BIN
      static/images/empty.png

2
pages/coupon/index/index.vue

@ -46,7 +46,7 @@
<view class="loading-more">
<text v-if="tab.list.length"
:class="{'loading-more-text': tab.loadingClass}">{{ tab.loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</view>
</scroll-view>

4
pages/discover/discover.vue

@ -13,7 +13,7 @@
<view class="lf-flex" @click="$url('/pages/user/my/my?user_id='+item.user_id)">
<view class="tag-father">
<image :src="item.user.avatar" v-if="item.user.avatar" mode="aspectFill" class="head-img"></image>
<image src="../../static/images/empty.png" v-else mode="aspectFill" class="head-img"></image>
<image src="/static/images/empty.png" v-else mode="aspectFill" class="head-img"></image>
<view class="head-tag">V</view>
</view>
<view class="lf-flex-column lf-m-l-20">
@ -53,7 +53,7 @@
<view class="loading-more">
<text v-if="tab.list.length"
:class="{'loading-more-text': tab.loadingClass}">{{ tab.loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</scroll-view>
</swiper-item>

4
pages/discover/discoverdetails.vue

@ -48,7 +48,7 @@
<view class="lf-flex">
<view @click="$url('/pages/user/my/my?user_id='+commentitem.user_id)">
<image class="comment-img" :src="commentitem.user.avatar" v-if="commentitem.user.avatar" mode="aspectFill"></image>
<image class="comment-img" src="../../static/images/empty.png" v-else mode="aspectFill"></image>
<image class="comment-img" src="/static/images/empty.png" v-else mode="aspectFill"></image>
</view>
<view class="lf-flex-column lf-m-l-20">
<view class="lf-color-999 lf-font-24" v-if="commentitem.user.nick_name">{{commentitem.user.nick_name}}</view>
@ -71,7 +71,7 @@
<view class="lf-flex lf-m-t-30">
<view @click="$url('/pages/user/my/my?user_id='+subitem.user_id)">
<image class="comment-img" :src="subitem.user.avatar" v-if="subitem.user.avatar" mode="aspectFill"></image>
<image class="comment-img" src="../../static/images/empty.png" v-else mode="aspectFill"></image>
<image class="comment-img" src="/static/images/empty.png" v-else mode="aspectFill"></image>
</view>
<view class="lf-flex-column lf-m-l-20">
<view class="lf-flex">

2
pages/index/activity/hot.vue

@ -22,7 +22,7 @@
<view class="loading-more">
<text v-if="tab.list.length"
:class="{'loading-more-text': tab.loadingClass}">{{ tab.loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</view>
<view style="height: 30rpx;"></view>

2
pages/index/cateringFacilities/cateringFacilities.vue

@ -12,7 +12,7 @@
<view class="img">
<image src="https://picsum.photos/200/300" mode="aspectFill"></image>
<view class="float-layer">
<image src="../../../static/images/empty.png"></image>
<image src="/static/images/empty.png"></image>
</view>
</view>
<view class="name">海底捞</view>

4
pages/order/index/onlineorder.vue

@ -48,7 +48,7 @@
<view class="loading-more lf-m-b-10">
<text :class="{'loading-more-text': tabItem.loadingClass}" v-if="tabItem.list.length">{{tabItem.loadingText}}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
<!-- <view>
{{tabItem.list.length}}
</view> -->
@ -78,7 +78,7 @@
<view class="loading-more lf-m-b-10">
<text :class="{'loading-more-text': loadingClass}" v-if="list.length">{{loadingText}}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>

4
pages/shop/shopdetail.vue

@ -63,7 +63,7 @@
</view>
</view>
</view>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
<view class="introduct">
@ -89,7 +89,7 @@
<lf-waterfall :ifsale="false" :list="tabItem.list" :listlength="tab_list.length" :tabindex='tabIndex' ref="uWaterfallFather"></lf-waterfall>
<view class="loading-more lf-m-b-10">
<text :class="{'loading-more-text': tabItem.loadingClass}" v-if="tabItem.list.length">{{tabItem.loadingText}}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
<!-- <view>
{{tabItem.list.length}}
</view> -->

4
pages/store/cart/cart.vue

@ -37,6 +37,10 @@
</lf-swipe-action>
</view>
</view>
<view class="loading-more" v-if="list.length == 0">
{{list.length}}
<lf-nocontent src="/static/images/empty-cart.png"></lf-nocontent>
</view>
</view>
<view style="height: 60rpx;"></view>
<view class="cart-bottom">

2
pages/user/my/center.vue

@ -9,7 +9,7 @@
<view class="lf-row-between">
<view @click="clickAvatar">
<image :src="userInfo.avatar" mode="aspectFill" class="center-img" v-if="userInfo.avatar"></image>
<image src="../../../static/images/empty.png" mode="aspectFill" class="center-img" v-else></image>
<image src="/static/images/empty.png" mode="aspectFill" class="center-img" v-else></image>
</view>
<view class="lf-row-center" @click="clickMobile">
<view class="lf-color-white lf-font-36 lf-m-l-20">{{ userInfo.mobile_replace || '未登录,点此登录' }}</view>

4
pages/user/my/collect.vue

@ -19,14 +19,14 @@
</view>
<view class="loading-more">
<text :class="{'loading-more-text': tab_list[title_current].loadingClass}" v-if="tab_list[title_current].list.length">{{ tab_list[title_current].loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</view>
<view class="lf-p-b-30 lf-m-t-30" v-else>
<lf-waterfall :list="tab_list[title_current].list" :ifsale="false" ref="uWaterfall"></lf-waterfall>
<view class="loading-more">
<text :class="{'loading-more-text': tab_list[title_current].loadingClass}" v-if="tab_list[title_current].list.length">{{ tab_list[title_current].loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</view>
<u-back-top :scrollTop="pageScrollTop"></u-back-top>

2
pages/user/my/my.vue

@ -52,7 +52,7 @@
<view class="loading-more">
<text v-if="discover_info.list.data.length"
:class="{'loading-more-text': loadingClass}">{{ loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</scroll-view>
<view style="height: 40rpx;"></view>

2
pages/user/my/myEventRegistrationList.vue

@ -25,7 +25,7 @@
<view class="loading-more">
<text v-if="tab.list.length"
:class="{'loading-more-text': tab.loadingClass}">{{ tab.loadingText }}</text>
<lf-nocontent v-else></lf-nocontent>
<lf-nocontent src="/static/images/empty.png" v-else></lf-nocontent>
</view>
</view>
<view style="height: 30rpx;"></view>

2
pages/user/my/setting.vue

@ -20,7 +20,7 @@
<view class="lf-flex">
<view class="lf-row-center">
<image :src="userInfo.avatar" mode="aspectFill" class="set-img" v-if="userInfo.avatar"></image>
<image src="../../../static/images/empty.png" mode="aspectFill" class="set-img" v-else></image>
<image src="/static/images/empty.png" mode="aspectFill" class="set-img" v-else></image>
</view>
<text class="lf-iconfont icon-xiangyou lf-font-24 lf-m-l-10 lf-color-777"></text>
</view>

2
pages/user/register/register.vue

@ -2,7 +2,7 @@
<view>
<lf-nav title="登录/注册" :showIcon="true" bgColor="#fff"></lf-nav>
<view class="illustration">
<image class="img" src="../../../static/images/empty.png" mode="aspectFill"></image>
<image class="img" src="/static/images/empty.png" mode="aspectFill"></image>
</view>
<view class="fixed-btn">
<button class="btn1" hover-class="lf-opacity" @click="toPhoneLogin">手机号登录</button>

BIN
static/images/empty-cart.png

After

Width: 363  |  Height: 363  |  Size: 12 KiB

BIN
static/images/empty.png

Before

Width: 990  |  Height: 852  |  Size: 61 KiB

After

Width: 363  |  Height: 363  |  Size: 8.5 KiB

Loading…
Cancel
Save