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()