diff --git a/packages/uni-app-plus/dist/index.js b/packages/uni-app-plus/dist/index.js index c868527bc85a9a81c7477cac953e21c257ac220b..7ee2cf45d023a628314ed2085f858a666175de7b 100644 --- a/packages/uni-app-plus/dist/index.js +++ b/packages/uni-app-plus/dist/index.js @@ -635,7 +635,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1157,7 +1159,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-mp-alipay/dist/index.js b/packages/uni-mp-alipay/dist/index.js index 7a497e8d2e9dfd9fe1ab96577a775ee551601385..bce2c7ca1be04f2a392cb7cf5758a6b78483a926 100644 --- a/packages/uni-mp-alipay/dist/index.js +++ b/packages/uni-mp-alipay/dist/index.js @@ -1122,7 +1122,9 @@ var api = /*#__PURE__*/Object.freeze({ const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1634,7 +1636,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-mp-baidu/dist/index.js b/packages/uni-mp-baidu/dist/index.js index d534b60cf873483b67c461fe681da9c63f81a4e0..c8f978bdbf38ab9bb21e855152548a82bd86d07b 100644 --- a/packages/uni-mp-baidu/dist/index.js +++ b/packages/uni-mp-baidu/dist/index.js @@ -751,7 +751,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1299,7 +1301,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-mp-qq/dist/index.js b/packages/uni-mp-qq/dist/index.js index 1af6867cb4f745337f88baa527d0f9f5be6a8db9..a58288f3917d1c4c1c9dbd844e7e3cd16bc71b12 100644 --- a/packages/uni-mp-qq/dist/index.js +++ b/packages/uni-mp-qq/dist/index.js @@ -693,7 +693,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1215,7 +1217,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-mp-toutiao/dist/index.js b/packages/uni-mp-toutiao/dist/index.js index c62d77aa74f614d7c771eae7cd1abedba1369569..58f34950ae1fc3bf030d20a4017574e646ee35c2 100644 --- a/packages/uni-mp-toutiao/dist/index.js +++ b/packages/uni-mp-toutiao/dist/index.js @@ -785,7 +785,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1307,7 +1309,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-mp-weixin/dist/index.js b/packages/uni-mp-weixin/dist/index.js index b40686e6557309ddd4b2ed8b46733d1fb2de1264..22cf97f0b44ca8e657aa71c2a343ddbe9cdc962f 100644 --- a/packages/uni-mp-weixin/dist/index.js +++ b/packages/uni-mp-weixin/dist/index.js @@ -650,7 +650,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1172,7 +1174,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, { diff --git a/packages/uni-quickapp-webview/dist/index.js b/packages/uni-quickapp-webview/dist/index.js index 383f4cf29ea16b7cf41233f85ab4e11da902d435..e00e2527afb6cbc679aa3741d87ec20c4a5e3e3b 100644 --- a/packages/uni-quickapp-webview/dist/index.js +++ b/packages/uni-quickapp-webview/dist/index.js @@ -635,7 +635,9 @@ Component = function (options = {}) { const PAGE_EVENT_HOOKS = [ 'onPullDownRefresh', - 'onReachBottom', + 'onReachBottom', + 'onAddToFavorites', + 'onShareTimeline', 'onShareAppMessage', 'onPageScroll', 'onResize', @@ -1157,7 +1159,8 @@ const hooks = [ 'onHide', 'onError', 'onPageNotFound', - 'onThemeChange' + 'onThemeChange', + 'onUnhandledRejection' ]; function parseBaseApp (vm, {