需要两步设置按钮变灰,然后不可点击
btnBuy.setBright(false); btnBuy.setTouchEnabled(false);
或者直接不显示按钮
btnBuy.setEnabled(false);