diff --git a/packages/uni-mp-alipay/dist/index.js b/packages/uni-mp-alipay/dist/index.js index 857c1264b2de97b5c144bed9863e9494841d92da..1511db27137e78b30d31fe5fe619651b3c053de6 100644 --- a/packages/uni-mp-alipay/dist/index.js +++ b/packages/uni-mp-alipay/dist/index.js @@ -2113,7 +2113,7 @@ function parseComponent (vueComponentOptions) { } }, didUnmount () { - this.$vm.$destroy(); + this.$vm && this.$vm.$destroy(); }, methods: { __r: handleRef,