浏览代码

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">