@@ -90,11 +90,6 @@ export default {
}
this.getCustomList().then((res) => {
uni.stopPullDownRefresh();
- }).catch(err => {
- this.$msg('网络异常,重新加载');
- this.resetList()
- this.getCustomList()
- uni.stopPullDownRefresh()
})
} else {
@@ -44,13 +44,6 @@ export default {
{name: "已删除",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/stopList"}
]
},
- {
- title:'客户',
- list:[
- {name: "最近未下单",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/custom/noExpend"},
- {name: "今日访客",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/custom/visit"}
- ]
- },
{
title:'统计',
list:[
@@ -10,7 +10,7 @@
</view>
<view class="app-tabs">
- <app-tabs :tabs="tabs" :isFixed="false" :top="50" :currentTab="tabIndex" :height="100" @change="change" itemWidth="25%" :isAdd="false" />
+ <app-tabs :tabs="tabs" :isFixed="false" :top="50" :currentTab="tabIndex" :height="100" @change="change" itemWidth="20%" :isAdd="false" />
<div class="list-wrap">
<block v-if="!$util.isEmpty(list.data)">
@@ -110,6 +110,10 @@ export default {
name: "散客",
value: 0
+ {
+ name: "最近未下单",
+ value: 0
+ },
};