billyyoyo пре 6 година
родитељ
комит
5c4916391d

+ 2 - 2
app/src/main/java/com/sheep/gamegroup/di/modules/NetModule.java

@@ -49,8 +49,8 @@ public class NetModule {
     public Retrofit provideRetrofit(OkHttpClient okhttpClient) {
         Retrofit retrofit = new Retrofit.Builder()
                 .client(okhttpClient)
-//                .baseUrl(SheepApp.getInstance().getConnectAddress().getAppUrl()+"v1/")
-                .baseUrl("http://ss.17xmy.com/v1/")
+                .baseUrl(SheepApp.getInstance().getConnectAddress().getAppUrl()+"v1/")
+//                .baseUrl("http://ss.17xmy.com/v1/")
 //                .baseUrl("http://192.168.0.109:8080/v1/")
 //                .baseUrl("http://10.8.240.193:8080/v1/")
                 .addConverterFactory(StringConverterFactory.create())

+ 11 - 11
app/src/main/res/layout/new_year_item_my_list_but.xml

@@ -27,15 +27,15 @@
         android:textColor="@color/black_6_3"
         android:textSize="13sp" />
 
-    <TextView
-        android:id="@+id/my_item_tag"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_alignParentTop="true"
-        android:layout_alignParentEnd="true"
-        android:layout_marginEnd="5dp"
-        android:gravity="center"
-        android:text="试玩"
-        android:textColor="@color/black_6_3"
-        android:textSize="7sp" />
+    <!--<TextView-->
+        <!--android:id="@+id/my_item_tag"-->
+        <!--android:layout_width="wrap_content"-->
+        <!--android:layout_height="wrap_content"-->
+        <!--android:layout_alignParentTop="true"-->
+        <!--android:layout_alignParentEnd="true"-->
+        <!--android:layout_marginEnd="5dp"-->
+        <!--android:gravity="center"-->
+        <!--android:text="试玩"-->
+        <!--android:textColor="@color/black_6_3"-->
+        <!--android:textSize="7sp" />-->
 </RelativeLayout>