'
+ html += '
'
+ if (_this.option.display != 'center') {
+ html +=
+ '
取消'
+ }
+ if (_this.option.headTitle != '') {
+ html +=
+ '
' + _this.option.headTitle + '
'
+ }
+ if (_this.option.display != 'center') {
+ html +=
+ '
确认'
+ }
+ html += '
'
+ html += '
'
+ html +=
+ '
'
+ for (let i = 0; i < wheels.length; i++) {
+ let label = wheels[i].label
+ html += '
'
+ html += '
'
+ html +=
+ '
'
+ html += '
'
+ html += generateItems(
+ wheels[i],
+ -_this.itemSize2d,
+ _this.itemSize2d,
+ false
+ )
+ html += '
'
+ html += '
'
+ if (_this.option.scrollType == '3d') {
+ html += '
'
+ html += generateItems(
+ wheels[i],
+ -_this.itemSize3d,
+ _this.itemSize3d,
+ true
+ )
+ html += '
'
+ }
+ html += '
'
+ if (label) {
+ html +=
+ '
' +
+ label +
+ '
'
+ }
+ html += '
'
+ }
+ html += '
'
+ if (_this.option.display == 'center') {
+ html += ''
+ }
+ html += '