feat: 开始组装 opt
This commit is contained in:
@@ -16,9 +16,9 @@ class AssembleWaybillViewHolder(view: View) :
|
||||
binding.bean = bean
|
||||
binding.position = position
|
||||
|
||||
// 点击运单
|
||||
// 点击整行触发选择事件(单选模式,通过回调处理)
|
||||
itemView.setOnClickListener {
|
||||
clickListener?.onItemClick(position, 0)
|
||||
clickListener?.onItemClick(position, 1) // type=1表示运单列表点击
|
||||
}
|
||||
|
||||
binding.executePendingBindings()
|
||||
|
||||
Reference in New Issue
Block a user