소스 검색

fix:
- 企业列表先去掉信用分

梦辉 3 달 전
부모
커밋
c07cfe3953
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/subPages/pages/commitment/home/components/enterpriseList/index.vue

+ 2 - 1
src/subPages/pages/commitment/home/components/enterpriseList/index.vue

@@ -87,7 +87,8 @@ export default {
           <view class="top">
             <view class="name">
               {{ item.companyName }}
-              <van-tag round color="#f4a40d" style="margin-left: 5px"> {{item.creditGoal || '暂无' }}</van-tag>
+              <!--后端计算量大,先去掉-->
+              <!--<van-tag round color="#f4a40d" style="margin-left: 5px"> {{item.creditGoal || '暂无' }}</van-tag>-->
             </view>
           </view>
           <view class="details">