zengjiebin лет назад: 8
Родитель
Сommit
53704f8aa7

+ 2 - 2
app/src/main/java/com/sheep/gamegroup/util/ConnectAddress.java

@@ -6,8 +6,8 @@ package com.sheep.gamegroup.util;
 
 public class ConnectAddress {
 
-//  public static final String BASE_HTTP = "http://10.8.220.6:8080/";//何威
-    public static final String BASE_HTTP = "http://10.8.220.5:8080/";//张伟
+  public static final String BASE_HTTP = "http://10.8.220.6:8080/";//何威
+//    public static final String BASE_HTTP = "http://10.8.220.5:8080/";//张伟
 //   public static final String BASE_HTTP = "http://test.sheep.kfzs.com/";//测试服地址
 
     public static final String V1 = "/v1/";

+ 3 - 0
app/src/main/java/com/sheep/gamegroup/view/activity/LieMakeMoneyAct.java

@@ -152,5 +152,8 @@ public class LieMakeMoneyAct extends BaseActivity implements LieMakeMoneyContrac
     @Override
     public void failGetWebchat2View(BaseMessage baseMessage) {
         G.showToast(baseMessage);
+        lieMakeMoneyAdp.add(RecyleObj.make(RecyleType.START_ON_HOOK, null));
+        lieMakeMoneyAdp.add(RecyleObj.make(RecyleType.PROMPT_ON_HOOK, null));
+        lieMakeMoneyAdp.notifyDataSetChanged();
     }
 }

+ 2 - 1
app/src/main/res/layout/lie_make_money_abnormal_item.xml

@@ -44,6 +44,8 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:text="账号封禁"
+            android:drawablePadding="@dimen/content_padding_3"
+            android:drawableRight="@drawable/wx_on_hook_abnormal"
             app:layout_constraintTop_toTopOf="parent"
             app:layout_constraintRight_toRightOf="parent"
             app:layout_constraintLeft_toLeftOf="parent"/>
@@ -57,7 +59,6 @@
             android:paddingLeft="8dp"
             android:paddingRight="8dp"
             android:layout_marginTop="@dimen/content_padding_10"
-            android:drawableRight="@drawable/wx_on_hook_abnormal"
             android:text="已解封"
             android:textColor="@color/txt_black_cc444444"
             android:textSize="@dimen/text_size_2"

+ 1 - 1
app/src/main/res/layout/lie_make_money_prompt_item.xml

@@ -23,7 +23,7 @@
         android:drawableLeft="@drawable/shape_small_black_oval"
         android:drawablePadding="5dp"
         app:isAliganCenter="false"
-        android:text="挂机收益每日晚上11点结算。" />
+        android:text="挂机收益每日晚上12点结算。" />
     <com.hedan.textdrawablelibrary.TextViewDrawable
         style="@style/hint_txt_style"
         android:layout_width="wrap_content"