|
|
@@ -81,7 +81,7 @@ public class maingoods_adapter extends RecyclerView.Adapter<RecyclerView.ViewHol |
|
|
|
|
|
|
|
@Override |
|
|
|
public void onClick(View v) { |
|
|
|
BusinessServer.get().AddCommodity(id); |
|
|
|
BusinessServer.Get().AddCommodity(id); |
|
|
|
T.show(view.getContext(),"开始制作商品:"+goodname.getText().toString()); |
|
|
|
} |
|
|
|
|
|
|
|