联合支付功能测试
This commit is contained in:
@@ -35,7 +35,7 @@ class FoodOrderAdapter(var list: MutableList<FoodItem>) :
|
||||
binding.tvFoodName.text = it.foodName
|
||||
val foodPrice = it.foodPrice.format2String(2)
|
||||
if (it.orderFrom == 2) {
|
||||
binding.tvPriceNorm.text = "${it.specName}-${it.specWeight}克"
|
||||
binding.tvPriceNorm.text = "${it.specName}/${it.specWeight}克"
|
||||
} else {
|
||||
binding.tvPriceNorm.text = "${foodPrice}/${it.num}克"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user