From 4384c7a5256b3b96afc30ad6f636f235fde2e296 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 13 八月 2024 17:02:32 +0800 Subject: [PATCH] update todo 到时候根据合伙人id --- sub_pages/customer/trade/list.vue | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 6b961df..64ba348 100644 --- a/sub_pages/customer/trade/list.vue +++ b/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) { -- Gitblit v1.9.3