Would like to know what does this fucntion does in billing-address.js
initialize: function () { this._super(); quote.paymentMethod.subscribe(function () { checkoutDataResolver.resolveBillingAddress(); }, this); shippingRatesValidator.initFields(this.get('name') + '.form-fields'); },

有帮助吗?

解决方案

Code written in this function will execute first

许可以下: CC-BY-SA归因
scroll top