|
|
@@ -122,7 +122,7 @@ public class GoodsRecommendsBarHelper {
|
|
|
nameView.getLayoutParams().width = tileWidth;
|
|
|
imageView.getLayoutParams().width = tileWidth;
|
|
|
imageView.getLayoutParams().height = tileWidth;
|
|
|
- itemView.setOnClickListener(v -> Jump2View.getInstance().gotoYYShopMerchandiseById(mContext, goods.getId() + ""));
|
|
|
+ itemView.setOnClickListener(v -> Jump2View.getInstance().gotoYYShopMerchandiseById(mContext, goods.getSale_id() + ""));
|
|
|
}
|
|
|
|
|
|
public void bind(ShopGoodsInfo info) {
|