Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何让行程高亮 #10

Open
aigcpro opened this issue Jan 23, 2019 · 1 comment
Open

如何让行程高亮 #10

aigcpro opened this issue Jan 23, 2019 · 1 comment

Comments

@aigcpro
Copy link

aigcpro commented Jan 23, 2019

dataRequest: function(currdate, callback, _this) {
			// 无日程安排
			var data = [{
				"date": "2019-1-24"
			}, {
				"date": "2019-1-28"
			}, {
				"date": "2019-1-29"
			}];
			callback && callback(data);

			console.log(data);
		},

行程无法高亮或原点

@sunzunlu
Copy link
Owner

传入日期:2019-01-23 不是2019-1-23 再试一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants