diff --git a/components/calendar/calendar.wxml b/components/calendar/calendar.wxml
index a9d50cb..c89e174 100644
--- a/components/calendar/calendar.wxml
+++ b/components/calendar/calendar.wxml
@@ -3,9 +3,9 @@
-
+
diff --git a/components/calendar/components/month/index.js b/components/calendar/components/month/index.js
index 4c872a9..439542a 100644
--- a/components/calendar/components/month/index.js
+++ b/components/calendar/components/month/index.js
@@ -7,6 +7,10 @@ import {
} from '../../utils';
VantComponent({
props: {
+ index: {
+ type: Number,
+ value: '',
+ },
date: {
type: null,
observer: 'setDays',
@@ -51,6 +55,7 @@ VantComponent({
}
},
setDays() {
+ // console.log(this.data.index)
const days = [];
const startDate = new Date(this.data.date);
const year = startDate.getFullYear();
diff --git a/components/calendar/components/month/index.wxml b/components/calendar/components/month/index.wxml
index 55bab83..601ecef 100644
--- a/components/calendar/components/month/index.wxml
+++ b/components/calendar/components/month/index.wxml
@@ -1,7 +1,7 @@
-
+
{{ computed.formatMonthTitle(date) }}
diff --git a/components/calendar/index.js b/components/calendar/index.js
index 779d0ff..06112e6 100644
--- a/components/calendar/index.js
+++ b/components/calendar/index.js
@@ -104,6 +104,10 @@ VantComponent({
type: null,
value: null,
},
+ top: {
+ type: Number,
+ value: 0,
+ }
},
data: {
subtitle: '',
diff --git a/pages/process/agent-list/index.js b/pages/process/agent-list/index.js
index af4c40c..3fe2ca2 100644
--- a/pages/process/agent-list/index.js
+++ b/pages/process/agent-list/index.js
@@ -55,7 +55,6 @@ Page({
} else {
this.setData({ requesting: true })
}
- console.log('getAgentOrderList======67')
getAgentOrderList(this.data.form).then(result => {
if (result.data && result.data.records.length) {
var respList = result.data.records
diff --git a/pages/process/index/index.wxml b/pages/process/index/index.wxml
index 7e84e1e..6b4daef 100644
--- a/pages/process/index/index.wxml
+++ b/pages/process/index/index.wxml
@@ -16,7 +16,7 @@
收货统计
-
+
{{vdateString}}
@@ -131,4 +131,4 @@
-
\ No newline at end of file
+
\ No newline at end of file