xuxueyang
2024-10-22 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1
sub_pages/customer/trade/list.vue
@@ -4,10 +4,9 @@
      <view class="category-detail flex" v-if="query.category">
         <view class="flex1 info">
            <view class="title flex">
               <button open-type="contact" class="component-button-contact">
               <view class="component-button-contact">
                  {{categoryInfo.name||'-'}}
                  <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
               </button>
               </view>
            </view>
            <view class="desc">
               规格:{{categoryInfo.unit || '暂无'}}
@@ -18,6 +17,11 @@
            <!--    <view class="desc">
               包袋:棉袋
            </view> -->
         </view>
         <view class="info">
            <button open-type="contact" class="component-button-contact">
               <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-5 m-r-15 img100"></image>
            </button>
         </view>
         <view class="info-price">
            <view class="title">当日均价</view>
@@ -572,6 +576,8 @@
            .icon-kf {
               width: 44rpx;
               height: 44rpx;
               width: 90rpx;
               height: 90rpx;
            }
            .desc {