|
@@ -34,6 +34,7 @@ class StoreItemAdapter(private val type: Int) : BaseQuickAdapter<StoreItemBean,
|
|
}
|
|
}
|
|
|
|
|
|
} else if (type == 2){
|
|
} else if (type == 2){
|
|
|
|
+ setText(R.id.tvUsing, R.string.using)
|
|
setVisible(R.id.tvUsing , item.product_status == 1)
|
|
setVisible(R.id.tvUsing , item.product_status == 1)
|
|
}
|
|
}
|
|
setText(R.id.tv_name ,item.product_name)
|
|
setText(R.id.tv_name ,item.product_name)
|