Browse Source

1.添加点击更新策略判定

20241218TB223FC(测试jar包)
wangwanlei 8 months ago
parent
commit
b29e894d2d

+ 5
- 0
app/src/main/java/com/xhly/manageapp/ui/main/activity/MainActivity.kt View File

1169
             }
1169
             }
1170
 
1170
 
1171
             Const.CODE2004.toString() -> {
1171
             Const.CODE2004.toString() -> {
1172
+                postLogPush(4)
1173
+            }
1174
+
1175
+            Const.ADAPTER2004 -> {
1176
+                //点击更新策略
1172
                 viewModel.viewModelScope.launch {
1177
                 viewModel.viewModelScope.launch {
1173
                     delay(500)
1178
                     delay(500)
1174
                     postLogPush(4)
1179
                     postLogPush(4)

Loading…
Cancel
Save