From dc6cdf2414ee7c453e1bca47898177f7af079945 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期一, 29 七月 2024 00:03:59 +0800 Subject: [PATCH] 1 --- 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 09ae72b..56aa5f0 100644 --- a/sub_pages/customer/trade/list.vue +++ b/sub_pages/customer/trade/list.vue @@ -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