带时间到子页面
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const env = "d";
|
||||
const env = "p";
|
||||
|
||||
const version = 1,
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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}}¤t_date={{current_date}}">
|
||||
<view class="inline-block text-left">
|
||||
<view>
|
||||
<text class="font-40">{{item.value_1}}</text>
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user