签到title 替换

This commit is contained in:
renhaoting 2025-12-26 11:34:41 +08:00
parent 9dde21580f
commit 2cc2315306
3 changed files with 3 additions and 3 deletions

View File

@ -226,8 +226,8 @@ class ZeroManager private constructor() {
requestParams.put("recordId", zeroWithdrawItem.orderId) requestParams.put("recordId", zeroWithdrawItem.orderId)
//val result = NetworkUtil.post("${VidiConst.URL_ZERO_BUY}/any", requestHeaders, requestParams) val result = NetworkUtil.post("${VidiConst.URL_ZERO_BUY}/any", requestHeaders, requestParams)
val result = NetworkUtil.post("http://192.168.110.141:8081/any", requestHeaders, requestParams) //val result = NetworkUtil.post("http://192.168.110.141:8081/any", requestHeaders, requestParams)
when (result) { when (result) {
is Result.Success -> { is Result.Success -> {

View File

@ -33,7 +33,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="8dp" android:layout_marginLeft="8dp"
android:src="@mipmap/temp"/> android:src="@mipmap/checkin_title"/>
</LinearLayout> </LinearLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB