Commit 9aa6fd30 authored by linfeng's avatar linfeng

钱包接口和逻辑

parent 4779721c
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 123 versionCode 124
versionName "1.2.3" versionName "1.2.4"
multiDexEnabled true multiDexEnabled true
//新版Gradle 是 implementation 为了兼容compile,写上这句话 //新版Gradle 是 implementation 为了兼容compile,写上这句话
......
...@@ -47,6 +47,7 @@ public class WalletActivity extends BaseStatusActivity<WalletPresenter> { ...@@ -47,6 +47,7 @@ public class WalletActivity extends BaseStatusActivity<WalletPresenter> {
private String balance; private String balance;
@Override @Override
protected int setLayout() { protected int setLayout() {
return R.layout.activity_wallet; return R.layout.activity_wallet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment