浏览代码

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu 5 年之前
父节点
当前提交
ec5505b109
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/market/index.vue

+ 1 - 2
src/views/market/index.vue

@@ -216,9 +216,8 @@ export default {
       if (this.$checkRes(res)) this.$set(this, `newList`, res.data);
       res = await this.newquery({ skip: 0, limit: 4, totaltype: '2', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `serviceList`, res.data);
-      res = await this.expertQuery({ skip: 0, limit: 4 });
+      res = await this.expertQuery({ skip: 0, limit: 4, status: '1' });
       if (this.$checkRes(res)) this.$set(this, `expertsList`, res.data);
-      console.log(res.data);
     },
     toProductList() {
       this.$router.push({ path: '/supermaket/supermarketlist', query: { totaltype: 1 } });