We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c516c commit dada90cCopy full SHA for dada90c
miniprogram/app.js
@@ -3,8 +3,6 @@ const config = require('./config')
3
const themeListeners = []
4
global.isDemo = true
5
App({
6
-console.log('App Launch');
7
-
8
onLaunch(opts, data) {
9
const that = this
10
const canIUseSetBackgroundFetchToken = wx.canIUse('setBackgroundFetchToken')
0 commit comments