lijian преди 5 години
родител
ревизия
08975a7ed3

+ 1 - 3
app/build.gradle

@@ -178,9 +178,7 @@ dependencies {
178 178
     compile files('libs/MiPush_SDK_Client_3_6_2.jar')
179 179
     compile 'org.jaaksi:pickerview:1.0.1'
180 180
     //蒙版库
181
-//    compile('com.github.huburt-Hu:NewbieGuide:v2.4.0') {
182
-//        exclude group: 'com.android.support'
183
-//    }
181
+
184 182
     //动画效果
185 183
     compile 'com.facebook.rebound:rebound:0.3.8'
186 184
     compile files('libs/alipaySdk-20180601.jar')

+ 2 - 2
app/src/main/java/com/kuxuan/moneynote/common/Constant.java

@@ -11,11 +11,11 @@ public class Constant {
11 11
     //手机号正则,11位手机号
12 12
     public static final String REGEX_MOBILE = "[1][3,4,5,7,8][0-9]{9}$";
13 13
     //测试接口(没用报403)
14
-//    public static final String BASE_URL = "http://182.92.118.1:8060/api/";
14
+    public static final String BASE_URL = "http://182.92.118.1:8060/api/";
15 15
     //仿真环境
16 16
 //    public static final String BASE_URL = "http://develop.money.726p.com/api/";
17 17
     //线上环境
18
-    public static final String BASE_URL = "https://accountapi.726p.com/api/";
18
+//    public static final String BASE_URL = "https://accountapi.726p.com/api/";
19 19
     //获取token必须使用这个url
20 20
     public static final String TOKEN_BASE_URL = "https://apimoney.726p.com/api/";
21 21
     public static final String MD5 = "b4b80c2676828f1df375684100f56d48";

+ 7 - 3
app/src/main/java/com/kuxuan/moneynote/ui/activitys/MainActivity.java

@@ -30,6 +30,7 @@ import android.widget.Toast;
30 30
 import com.androidquery.callback.AQuery2;
31 31
 import com.androidquery.callback.AjaxStatus;
32 32
 import com.androidquery.callback.BitmapAjaxCallback;
33
+
33 34
 import com.app.hubert.guide.NewbieGuide;
34 35
 import com.app.hubert.guide.core.Builder;
35 36
 import com.app.hubert.guide.core.Controller;
@@ -130,12 +131,12 @@ public class MainActivity extends BaseFragmentActivity implements MineFragment.o
130 131
 
131 132
     public void onResume() {
132 133
         super.onResume();
133
-        MobclickAgent.onResume(this);
134
+//        MobclickAgent.onResume(this);
134 135
     }
135 136
 
136 137
     public void onPause() {
137 138
         super.onPause();
138
-        MobclickAgent.onPause(this);
139
+//        MobclickAgent.onPause(this);
139 140
     }
140 141
 
141 142
     @Override
@@ -192,8 +193,11 @@ public class MainActivity extends BaseFragmentActivity implements MineFragment.o
192 193
             exitAnimation.setDuration(500);
193 194
             exitAnimation.setFillAfter(true);
194 195
             final GuidePage guidePage = GuidePage.newInstance().addHighLight(navigationLayout.getCenter_frame(), HighLight.Shape.CIRCLE).setLayoutRes(R.layout.guide_layout).setEverywhereCancelable(true).setOnLayoutInflatedListener(new OnLayoutInflatedListener() {
196
+
197
+
198
+
195 199
                 @Override
196
-                public void onLayoutInflated(View view, Controller controller) {
200
+                public void onLayoutInflated(View view,Controller controller) {
197 201
                     try {
198 202
                         TextView textView = view.findViewById(R.id.guid_layout_content);
199 203
                         textView.setText("点击此处立即记账");