From e4b10d06dcad7214e5852415eede1083a0ec9bda Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 14 八月 2024 10:02:23 +0800
Subject: [PATCH] 售后理由、图片必填
---
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