Skip to content

Commit 70626b2

Browse files
committed
fix: some bug
1 parent 4693d67 commit 70626b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudfunctions/sendSubscribe/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const db = cloud.database()
77
const _ = db.command
88

99
const SIZE = 100 // 分片读数据的大小
10-
const MAX = 1 // 限制发送人数
10+
const MAX = 1000 // 限制发送人数
1111

1212
const sendSubscribeMessage = async ({ openid, templateId, version, content }) => {
1313
const time = dayjs().format('YYYY年M月D日 HH:mm')

miniprogram/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ App({
77
const updateManager = wx.getUpdateManager()
88

99
updateManager.onCheckForUpdate(function (res) {
10-
console.log(res.hasUpdate)
10+
// console.log(res.hasUpdate)
1111
})
1212

1313
updateManager.onUpdateReady(function () {

0 commit comments

Comments
 (0)