From 170dd2dbd5ee0aa4e1359b806cc8d6ecfe3735ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Fri, 23 Jul 2021 16:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/filterList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/filterList/index.js b/pages/order/filterList/index.js index 9bf0b4f..cca31d6 100644 --- a/pages/order/filterList/index.js +++ b/pages/order/filterList/index.js @@ -22,7 +22,7 @@ Page({ this.getAppCusorderList() wx.setNavigationBarTitle({ - title: this.data.title||'客户' + title: this.data.title||'订单' }) },