| | |
| | | 'btn-one':pageData.Button.length == 1, |
| | | 'btn-left':(btnIndex < pageData.Button.length - 1), |
| | | 'btn-right': btnIndex > 0 && btnIndex == pageData.Button.length - 1 , |
| | | 'width-50':(pageData.Button.length == 2),'width-32':(pageData.Button.length == 3),'width-30':(pageData.DropDownButton.length> 0)}" @click="onBtnClick(btn, pageData)"> |
| | | 'width-50':(pageData.Button.length == 2),'width-32':(pageData.Button.length == 3), |
| | | 'width-30':(pageData.DropDownButton.length> 0)}" @click="onBtnClick(btn, pageData)"> |
| | | <text v-if="btn.Style == 'img' || btn.Style == 'img_text'" class="img"></text> |
| | | {{btn.ShowName ||""}} |
| | | </button> |