From d89c495a7da517d653e9ea42b8e6405eef823ef6 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 29 七月 2024 16:23:24 +0800 Subject: [PATCH] update 还有售后需要测试一下 --- sub_pages/customer/trade/list.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue index 1806bca..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', { -- Gitblit v1.9.3