张宇恒
2022-04-15 6c756e2a0ec1d67b1c13d3b9c2a387e046456ffa
1
2
3
4
5
6
({
    afterRender: function (component, helper) {
        this.superAfterRender();
        helper.setSlideWidth(component, helper);
    }
})