1
xuxueyang
2024-08-14 4d4a74a653e326150fccdc13d83bd69db672b100
sub_pages/customer/trade/list.vue
@@ -3,9 +3,11 @@
   <view class="trade-list">
      <view class="category-detail flex" v-if="query.category">
         <view class="flex1 info">
            <view class="title flex">
               {{categoryInfo.name||'-'}}
               <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
            <view class="title flex">
               <button open-type="contact" class="component-button-contact" >
                  {{categoryInfo.name||'-'}}
                  <image src="../../../static/common/icon-kf.png" class="icon-kf m-l-15 img100"></image>
               </button>
            </view>
            <view class="desc">
               规格:{{categoryInfo.unit || '暂无'}}
@@ -219,7 +221,8 @@
               columnStr: '',
               column: '',
               levelStr: '',
               level: '',
               level: '',
               supplierId:'',
            },
            categoryInfo: {},
            params: [],
@@ -267,7 +270,8 @@
         this.query.category = options.categoryId || options.category || ''
         this.query.zoneId = options.zoneId || ''
         this.query.name = options.name || ''
         this.query.supplierName = options.supplierName || ''
         this.query.supplierName = options.supplierName || ''
         this.query.supplierId = options.supplierId || ''
         if (this.query.name) {