This commit is contained in:
jinyuer
2020-09-21 10:45:32 +08:00
parent c79e6751fe
commit a5b53ad5e9
4 changed files with 964 additions and 320 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ import java.util.ArrayList;
import tools.Config;
public class MainTabActivity extends BaseActivity<ActivityMainTabBinding>
implements View.OnClickListener, MainFragment.OnFragmentInteractionListener,
implements View.OnClickListener,
Main1Fragment.OnFragmentInteractionListener,
Main2Fragment.OnFragmentInteractionListener,
Main3Fragment.OnFragmentInteractionListener,

View File

@@ -139,7 +139,7 @@ public class GoodsInfoDialog extends BottomPopupView {
}
interface OnGoodsSelectPropertyListener {
public interface OnGoodsSelectPropertyListener {
void onSelect(String code, int num);
}
}