提交 5cc22066 编写于 作者: fxy060608's avatar fxy060608

fix(mp-alipay): onShareAppMessage (#3377)

上级 2cefea24
......@@ -13,7 +13,6 @@ import {
ON_SHOW,
ON_THEME_CHANGE,
ON_UNHANDLE_REJECTION,
ON_SHARE_APP_MESSAGE,
} from '@dcloudio/uni-shared'
export interface CustomAppInstanceProperty extends Record<string, any> {
......@@ -33,10 +32,6 @@ const HOOKS = [
ON_UNHANDLE_REJECTION,
]
if (__PLATFORM__ === 'mp-alipay') {
HOOKS.push(ON_SHARE_APP_MESSAGE)
}
export interface ParseAppOptions {
parse: (appOptions: MiniProgramAppOptions) => void
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册