BX.create('A', {
props: {
href: 'javascript:void(0)',
className: 'btn btn-outline-primary btn-order-one-click'
},
'attrs': { 'onclick':'ym(номер, "reachGoal","события"); return true;' },
html: this.params.MESS_TOTAL_BLOCK_BUY_ONE_CLICK_BTN,
events: {
click: BX.proxy(this.buyOneClickFormShow, this)
}