diff --git a/src/platforms/mp-weixin/runtime/wrapper/app-base-parser.js b/src/platforms/mp-weixin/runtime/wrapper/app-base-parser.js index 83b9ca38d23fdc0755b82a8eb859cf04f766aaca..d774565c71546bad113830771c4cd8d744ecdd99 100644 --- a/src/platforms/mp-weixin/runtime/wrapper/app-base-parser.js +++ b/src/platforms/mp-weixin/runtime/wrapper/app-base-parser.js @@ -28,10 +28,6 @@ const hooks = [ 'onUnhandledRejection' ] -if (__PLATFORM__ === 'mp-alipay') { - hooks.push('onShareAppMessage') -} - function initEventChannel () { Vue.prototype.getOpenerEventChannel = function () { // 微信小程序使用自身getOpenerEventChannel