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

日期转换器,云函数 demo #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

日期转换器,云函数 demo #8

wants to merge 2 commits into from

Conversation

zzzze
Copy link
Contributor

@zzzze zzzze commented May 4, 2018

No description provided.

@zzzze zzzze changed the title 日历转换器,云函数 demo 日期转换器,云函数 demo May 4, 2018
const formatNumber = n => {
n = n.toString()
return n[1] ? n : '0' + n
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已经删掉了的。你查看所有更改

onLaunch: function () {
wx.BaaS = requirePlugin('sdkPlugin')
wx.BaaS.wxExtend(wx.login, wx.getUserInfo, wx.requestPayment) //让插件帮助完成登录、支付等功能
wx.BaaS.init('849144d9131d00651021')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的 id 要隐藏吧?

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

Successfully merging this pull request may close these issues.

3 participants