1.0.71
This commit is contained in:
@@ -50,6 +50,7 @@ class RecordActivity : BaseActivity() {
|
||||
.subscribe(BaseObserver(mContext,object : RxHttpCallBack<CountBean>(){
|
||||
override fun onSuccess(t: CommonResponseBean<CountBean>?) {
|
||||
super.onSuccess(t)
|
||||
|
||||
tvYsq.text = t?.data?.requiredNum
|
||||
tvYsp.text = t?.data?.passesNum
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
android:paddingLeft="14dp">
|
||||
|
||||
<TextView
|
||||
|
||||
android:background="@color/picture_color_transparent_e0db"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="已发:"
|
||||
|
||||
Reference in New Issue
Block a user