【类 型】:feat
【原 因】:没有订单时 显示 空订单的图片提示 【过 程】:用uView 空组件 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
e432db73b8
commit
a3741d1108
@ -1,13 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<!-- topbar -->
|
||||
<u-navbar
|
||||
title="订单"
|
||||
bgColor="#d43030"
|
||||
:titleStyle="{ color: '#FFF' }"
|
||||
:autoBack="false"
|
||||
placeholder
|
||||
>
|
||||
<u-navbar title="订单" bgColor="#d43030" :titleStyle="{ color: '#FFF' }" :autoBack="false" placeholder>
|
||||
<view class="u-nav-slot" slot="left" @click="onBackClick">
|
||||
<u-icon name="arrow-left" color="#fff" size="19"></u-icon>
|
||||
</view>
|
||||
@ -35,6 +29,7 @@
|
||||
<u-divider class="m-r-24 m-l-24" text="没有更多了" :hairline="true"></u-divider>
|
||||
<view class="extra-space2"></view>
|
||||
</view>
|
||||
<u-empty margin-top="80" text="暂无订单,快去逛逛吧!" v-else mode="order" icon="/static/order.png" />
|
||||
</scroll-view>
|
||||
</swiper-item>
|
||||
<swiper-item class="swiperClass">
|
||||
@ -44,6 +39,7 @@
|
||||
<u-divider class="m-r-24 m-l-24" text="没有更多了" :hairline="true"></u-divider>
|
||||
<view class="extra-space2"></view>
|
||||
</view>
|
||||
<u-empty margin-top="80" text="暂无订单,快去逛逛吧!" v-else mode="order" icon="/static/order.png" />
|
||||
</scroll-view>
|
||||
</swiper-item>
|
||||
<swiper-item class="swiperClass">
|
||||
@ -53,6 +49,7 @@
|
||||
<u-divider class="m-r-24 m-l-24" text="没有更多了" :hairline="true"></u-divider>
|
||||
<view class="extra-space2"></view>
|
||||
</view>
|
||||
<u-empty margin-top="80" text="暂无订单,快去逛逛吧!" v-else mode="order" icon="/static/order.png" />
|
||||
</scroll-view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
|
@ -126,8 +126,7 @@
|
||||
// 当页面显示时,设置tabber的激活项
|
||||
this.$store.commit('setTabbarCurrent', 1)
|
||||
},
|
||||
watch: {
|
||||
},
|
||||
watch: {},
|
||||
computed: {
|
||||
//站点信息
|
||||
siteCon() {
|
||||
|
Loading…
Reference in New Issue
Block a user