Browse Source

fix: using

tongmengxiao 6 months ago
parent
commit
f487d7284e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      user/src/main/java/com/swago/user/store/StoreItemAdapter.kt

+ 1 - 0
user/src/main/java/com/swago/user/store/StoreItemAdapter.kt

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