/** * 这是与购物有关的业务逻辑的服务 */ export default class ShopService { constructor(AjaxService) { Object.assign(this, { AjaxService }) this.name = 'ShopService' } }