Ver código fonte

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

梦辉 3 meses atrás
pai
commit
c07cfe3953

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