Browse Source

无修改

lijian 5 years ago
parent
commit
08975a7ed3

+ 1 - 3
app/build.gradle

178
     compile files('libs/MiPush_SDK_Client_3_6_2.jar')
178
     compile files('libs/MiPush_SDK_Client_3_6_2.jar')
179
     compile 'org.jaaksi:pickerview:1.0.1'
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
     compile 'com.facebook.rebound:rebound:0.3.8'
183
     compile 'com.facebook.rebound:rebound:0.3.8'
186
     compile files('libs/alipaySdk-20180601.jar')
184
     compile files('libs/alipaySdk-20180601.jar')

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

11
     //手机号正则,11位手机号
11
     //手机号正则,11位手机号
12
     public static final String REGEX_MOBILE = "[1][3,4,5,7,8][0-9]{9}$";
12
     public static final String REGEX_MOBILE = "[1][3,4,5,7,8][0-9]{9}$";
13
     //测试接口(没用报403)
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
 //    public static final String BASE_URL = "http://develop.money.726p.com/api/";
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
     //获取token必须使用这个url
19
     //获取token必须使用这个url
20
     public static final String TOKEN_BASE_URL = "https://apimoney.726p.com/api/";
20
     public static final String TOKEN_BASE_URL = "https://apimoney.726p.com/api/";
21
     public static final String MD5 = "b4b80c2676828f1df375684100f56d48";
21
     public static final String MD5 = "b4b80c2676828f1df375684100f56d48";

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

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