From 178ab1ea723aa08912226aa336c186bb1decd8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 15 Aug 2022 14:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=A6=E6=97=B6=E9=97=B4=E5=88=B0=E5=AD=90?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/js/config.js | 2 +- pages/storeData/customerData/index.js | 14 +++++++------- pages/storeData/index.wxml | 2 +- pages/storeData/orderData/index.js | 14 +++++++------- pages/storeData/wechatData/index.js | 14 +++++++------- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/commons/js/config.js b/commons/js/config.js index 5664437..751697a 100644 --- a/commons/js/config.js +++ b/commons/js/config.js @@ -1,4 +1,4 @@ -const env = "d"; +const env = "p"; const version = 1, diff --git a/pages/storeData/customerData/index.js b/pages/storeData/customerData/index.js index 5ab3f02..6bb9b8a 100644 --- a/pages/storeData/customerData/index.js +++ b/pages/storeData/customerData/index.js @@ -67,13 +67,13 @@ Page({ }) } - popularData.getDateLater(0,0).then(res => { - this.setData({ - s_date:res[0], - e_date:res[1], - current_date:res[1], - }) - }) + // popularData.getDateLater(0,0).then(res => { + // this.setData({ + // s_date:res[0], + // e_date:res[1], + // current_date:res[1], + // }) + // }) this.getAppBizStats_customer() diff --git a/pages/storeData/index.wxml b/pages/storeData/index.wxml index 2366dc2..48ee27d 100644 --- a/pages/storeData/index.wxml +++ b/pages/storeData/index.wxml @@ -19,7 +19,7 @@ - + {{item.value_1}} diff --git a/pages/storeData/orderData/index.js b/pages/storeData/orderData/index.js index 78af00b..54dfa0f 100644 --- a/pages/storeData/orderData/index.js +++ b/pages/storeData/orderData/index.js @@ -67,13 +67,13 @@ Page({ }) } - popularData.getDateLater(0,0).then(res => { - this.setData({ - s_date:res[0], - e_date:res[1], - current_date:res[1], - }) - }) + // popularData.getDateLater(0,0).then(res => { + // this.setData({ + // s_date:res[0], + // e_date:res[1], + // current_date:res[1], + // }) + // }) this.getAppBizStats_order() diff --git a/pages/storeData/wechatData/index.js b/pages/storeData/wechatData/index.js index c2d966c..219b168 100644 --- a/pages/storeData/wechatData/index.js +++ b/pages/storeData/wechatData/index.js @@ -50,13 +50,13 @@ Page({ }) } - popularData.getDateLater(0,0).then(res => { - this.setData({ - s_date:res[0], - e_date:res[1], - current_date:res[1], - }) - }) + // popularData.getDateLater(0,0).then(res => { + // this.setData({ + // s_date:res[0], + // e_date:res[1], + // current_date:res[1], + // }) + // }) this.getAppBizStats_wxqy()