From 533c448dcda111ae949285272bc9feb4a0286594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 30 May 2022 10:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A4=E6=96=AD=E9=A1=BE?= =?UTF-8?q?=E9=97=AE=EF=BC=8C=E5=8E=BB=E6=8E=89=E7=89=88=E6=9C=AC=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customer/index.js | 7 ++++++- pages/index/index.js | 10 +++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pages/customer/index.js b/pages/customer/index.js index 5e5a7d6..430d066 100644 --- a/pages/customer/index.js +++ b/pages/customer/index.js @@ -66,7 +66,7 @@ Page({ staffArray: [], staffobj: [], staffIndex:-1, - userInfo:app.getStorageByKey("userInfo"), + userInfo:'', of_id:'', of2_id:'', @@ -83,6 +83,11 @@ Page({ [key]: options[key] }) } + + this.setData({ + userInfo:app.getStorageByKey("userInfo"), + }) + //客户-tab this.getAppCustomersTabs() //获取列表筛选条件 diff --git a/pages/index/index.js b/pages/index/index.js index 594aa2f..a8fb1d4 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -59,11 +59,11 @@ Page({ // '', // '', // '', - '调整【客户等级】H级(3天内购车)、A级(7天内购车)、B级(15天内购车);', - '调整【客户跟进】逻辑,新增"跟进渠道"选项,可自行根据客户等级调整下次跟进时间;', - '优化【首页】相关信息展示;', - '优化【客户列表】【订单列表】的搜索功能及信息展示;', - '对其他页面细节进行了优化;', + // '调整【客户等级】H级(3天内购车)、A级(7天内购车)、B级(15天内购车);', + // '调整【客户跟进】逻辑,新增"跟进渠道"选项,可自行根据客户等级调整下次跟进时间;', + // '优化【首页】相关信息展示;', + // '优化【客户列表】【订单列表】的搜索功能及信息展示;', + // '对其他页面细节进行了优化;', ], }, },