瀏覽代碼

Merge branch 'master' of http://git.cc-lotus.info/count/webnew-count

wuhongyu 5 年之前
父節點
當前提交
cab43b7eee
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/pcenter/demand.vue

+ 1 - 0
src/views/pcenter/demand.vue

@@ -151,6 +151,7 @@ export default {
       let res = {};
       if (this.user.type === '0' || this.user.type === '1') {
         res = await this.query({ skip, limit, ...info });
+        res.data = res.data.filter(item => item.status != '0');
       }
       if (this.user.type === '3') {
         res = await this.query({ skip, limit, uid: this.user.uid });