带时间到子页面

This commit is contained in:
老叶
2022-08-15 14:21:37 +08:00
parent 706cf3a087
commit 178ab1ea72
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const env = "d";
const env = "p";
const version = 1,
+7 -7
View File
@@ -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()
+1 -1
View File
@@ -19,7 +19,7 @@
<view class="mb40 pl30 pr30 fn-flex text-center color-fff">
<block wx:for='{{tabs}}' wx:key='index'>
<view class="fn-flex-item" bindtap="pushLink" data-url="{{item.url}}">
<view class="fn-flex-item" bindtap="pushLink" data-url="{{item.url}}?s_date={{s_date}}&e_date={{e_date}}&current_date={{current_date}}">
<view class="inline-block text-left">
<view>
<text class="font-40">{{item.value_1}}</text>
+7 -7
View File
@@ -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()
+7 -7
View File
@@ -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()