From 844ea83d8cd2146a8518ccd9ccd9215d351caac6 Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 7 Jul 2020 19:00:05 +0800 Subject: [PATCH] build runtime --- packages/uni-app-plus/dist/index.js | 7 +++++-- packages/uni-mp-alipay/dist/index.js | 7 +++++-- packages/uni-mp-baidu/dist/index.js | 7 +++++-- packages/uni-mp-qq/dist/index.js | 7 +++++-- packages/uni-mp-toutiao/dist/index.js | 7 +++++-- packages/uni-mp-weixin/dist/index.js | 7 +++++-- packages/uni-quickapp-webview/dist/index.js | 7 +++++-- 7 files changed, 35 insertions(+), 14 deletions(-) diff --git a/packages/uni-app-plus/dist/index.js b/packages/uni-app-plus/dist/index.js index c868527bc..7ee2cf45d 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 7a497e8d2..bce2c7ca1 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 d534b60cf..c8f978bdb 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 1af6867cb..a58288f39 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 c62d77aa7..58f34950a 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 b40686e65..22cf97f0b 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 383f4cf29..e00e2527a 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, { -- GitLab