private void setPrice() {
   priceTv.setText(UnitUtil.toRMB(data.getPrice()));
 }