From ba6fe53d97201c2cf577a1fb0906c819ea3cae33 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 00:05:20 +0800
Subject: [PATCH] 1
---
sub_pages/customer/trade/list.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue
index 09ae72b..37ef47f 100644
--- a/sub_pages/customer/trade/list.vue
+++ b/sub_pages/customer/trade/list.vue
@@ -134,7 +134,7 @@
</view>
<view class="button-space"></view>
<view>
- <view class="button-green" style="background-color: #fff;color: #000;width: 200rpx;left: 40rpx;right: unset;"
+ <view class="button-green" style="background-color: #fff;border: 2rpx solid #666; color: #666;width: 200rpx;left: 40rpx;right: unset;"
@click="closeParamPopAndQuery">
查询
</view>
@@ -185,6 +185,11 @@
this.query.category = options.categoryId || ''
this.query.zoneId = options.zoneId || ''
this.query.name = options.name || ''
+ if(this.query.name){
+ uni.setNavigationBarTitle({
+ title:'商品列表-'+this.query.name
+ })
+ }
this.listApi = '/api/customer/flower/list'
this.getList('post')
this.$http.request('get', '/api/code/value', {
@@ -254,7 +259,7 @@
},
closeParamPopAndQuery() {
this.$refs.popup_param.close()
- //设置参数
+ //设置参数
this.query.params = []
for (var param of this.params) {
if (param.value) {
--
Gitblit v1.9.3