1。修改了超时 2.修改拍照页面的bug 3.修改登录页面的逻辑,修改retfit_token 4.token 登录已过期,是否重新登录 5.添加了已领取(网络本地)列表 6.退出拍摄界面(点击退出)弹窗显示 照片自动保存 7.作业列表的返回 弹窗显示。
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
android:id="@+id/audit_process"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -70,7 +70,7 @@
|
||||
android:id="@+id/audit_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -84,7 +84,7 @@
|
||||
android:id="@+id/audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="18"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
android:id="@+id/poiVideo_audit_process"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -171,7 +171,7 @@
|
||||
android:id="@+id/poiVideo_audit_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -185,7 +185,7 @@
|
||||
android:id="@+id/poiVideo_audit_process_audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="18"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
android:id="@+id/road_audit_process"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -271,7 +271,7 @@
|
||||
android:id="@+id/road_audit_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -285,7 +285,7 @@
|
||||
android:id="@+id/road_audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="18"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -352,7 +352,7 @@
|
||||
android:id="@+id/charging_audit_process"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -366,7 +366,7 @@
|
||||
android:id="@+id/charging_audit_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -380,7 +380,7 @@
|
||||
android:id="@+id/charging_audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="18"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
@@ -449,7 +449,7 @@
|
||||
android:id="@+id/other_audit_process"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -463,7 +463,7 @@
|
||||
android:id="@+id/other_audit_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
@@ -477,7 +477,7 @@
|
||||
android:id="@+id/other_audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="18"
|
||||
android:text="0"
|
||||
android:textSize="12sp" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user