shish 2 лет назад
Родитель
Сommit
d96265b85d

+ 0 - 5
ghsApp/src/admin/custom/noExpend.vue

@@ -90,11 +90,6 @@ export default {
             }
             this.getCustomList().then((res) => {
                 uni.stopPullDownRefresh();
-            }).catch(err => {
-                this.$msg('网络异常,重新加载');
-                this.resetList()
-                this.getCustomList()
-                uni.stopPullDownRefresh()
             })
         } else {
             uni.stopPullDownRefresh();

+ 0 - 7
ghsApp/src/admin/home/apply.vue

@@ -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:[

+ 5 - 1
ghsApp/src/admin/home/member.vue

@@ -10,7 +10,7 @@
 			</view>
     </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" />
      </view>
     <div class="list-wrap">
     <block v-if="!$util.isEmpty(list.data)">
@@ -110,6 +110,10 @@ export default {
           name: "散客",
           value: 0
         },
+        {
+          name: "最近未下单",
+          value: 0
+        },
       ]
     };
   },