diff --git a/snapshots/alipay/alipay.js b/snapshots/alipay/alipay.js index 0a515aa..b938ffd 100644 --- a/snapshots/alipay/alipay.js +++ b/snapshots/alipay/alipay.js @@ -27,7 +27,7 @@ Component({ }); } }, - disUpdate(prevProps) { + didUpdate(prevProps) { const size = this.props.size; const color = this.props.color; diff --git a/src/templates/alipay.js.template b/src/templates/alipay.js.template index 6215329..6e71662 100644 --- a/src/templates/alipay.js.template +++ b/src/templates/alipay.js.template @@ -27,7 +27,7 @@ Component({ }); } }, - disUpdate(prevProps) { + didUpdate(prevProps) { const size = this.props.size; const color = this.props.color;