From 37daefd6013b444335286f4a8b2d9352ad1b11ec Mon Sep 17 00:00:00 2001 From: Yao Date: Sun, 22 Aug 2021 22:31:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(mp-alipay):=20=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=A8=E5=B1=80=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-mp-alipay/dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uni-mp-alipay/dist/index.js b/packages/uni-mp-alipay/dist/index.js index b1318cefd..4ae3a9a18 100644 --- a/packages/uni-mp-alipay/dist/index.js +++ b/packages/uni-mp-alipay/dist/index.js @@ -1981,6 +1981,7 @@ const hooks = [ 'onShow', 'onHide', 'onError', + 'onShareAppMessage', 'onPageNotFound', 'onThemeChange', 'onUnhandledRejection' -- GitLab