guhongwei 4 anni fa
parent
commit
c3b0df40c8
2 ha cambiato i file con 2 aggiunte e 14 eliminazioni
  1. 0 11
      src/views/dynamic/index.vue
  2. 2 3
      src/views/dynamic/parts/userTwo.vue

+ 0 - 11
src/views/dynamic/index.vue

@@ -15,20 +15,12 @@
                   <maps></maps>
                 </el-col>
               </el-col>
-              <!-- <el-col :span="8" class="right">
-                <el-col :span="24" class="rightInfo">
-                  <top-right></top-right>
-                </el-col>
-              </el-col> -->
             </el-col>
           </el-col>
           <el-col :span="24" class="dataImage">
             <el-image :src="centerImage"></el-image>
           </el-col>
           <el-col :span="24" class="dealShow">
-            <!-- <el-col :span="24" class="top">
-              <span></span>
-            </el-col> -->
             <el-col :span="24" class="dealInfo">
               <el-col :span="1" class="dealInfoTit">
                 <p>交易动态</p>
@@ -42,9 +34,6 @@
                 <p>交易动态</p>
               </el-col>
             </el-col>
-            <!-- <el-col :span="24" class="top down">
-              <span></span>
-            </el-col> -->
           </el-col>
         </div>
       </el-col>

+ 2 - 3
src/views/dynamic/parts/userTwo.vue

@@ -91,9 +91,8 @@ export default {
     async searchInfo({} = {}) {
       // 个人,企业
       let res = await this.userQuery();
-      let s1 = res.data.filter(f => f.role == '2');
-      console.log(s1);
-      let s2 = res.data.filter(f => f.role == '3');
+      let s1 = res.data.filter(f => f.role == '4');
+      let s2 = res.data.filter(f => f.role == '5');
       // 专家
       let exportNum = await this.expertsuserQurty();
       // 发布需求