maskView = new plus.nativeObj.View('maskTabarCar', {
bottom: '0',
left: '0',
height: '50px',
width: '100%'
})
maskView.drawRect({
color: 'rgba(26, 84, 159, 0)'
})
if(条件){
maskView.hide()
}else{
maskView.show()
}
maskView = new plus.nativeObj.View('maskTabarCar', {
bottom: '0',
left: '0',
height: '50px',
width: '100%'
})
maskView.drawRect({
color: 'rgba(26, 84, 159, 0)'
})
if(条件){
maskView.hide()
}else{
maskView.show()
}