Commit 68243277764608eac4dbc5f8544ec6f4607a3e7c
1 parent
eed2f75b0e
Exists in
master
数据错误修改
Showing
2 changed files
with
2 additions
and
15 deletions
Show diff stats
.idea/deploymentTargetDropDown.xml
... | ... | @@ -3,20 +3,7 @@ |
3 | 3 | <component name="deploymentTargetDropDown"> |
4 | 4 | <value> |
5 | 5 | <entry key="app"> |
6 | - <State> | |
7 | - <runningDeviceTargetSelectedWithDropDown> | |
8 | - <Target> | |
9 | - <type value="RUNNING_DEVICE_TARGET" /> | |
10 | - <deviceKey> | |
11 | - <Key> | |
12 | - <type value="SERIAL_NUMBER" /> | |
13 | - <value value="951f9ace" /> | |
14 | - </Key> | |
15 | - </deviceKey> | |
16 | - </Target> | |
17 | - </runningDeviceTargetSelectedWithDropDown> | |
18 | - <timeTargetWasSelectedWithDropDown value="2025-03-20T09:48:34.278363400Z" /> | |
19 | - </State> | |
6 | + <State /> | |
20 | 7 | </entry> |
21 | 8 | </value> |
22 | 9 | </component> | ... | ... |
app/src/main/java/com/hjx/parent/HuyouDetailActivity.java
... | ... | @@ -475,7 +475,7 @@ public class HuyouDetailActivity extends BaseRxActivity<ActivityHuyouDetailBindi |
475 | 475 | } |
476 | 476 | |
477 | 477 | DecimalFormat format1 = new DecimalFormat("0%"); |
478 | - holder.setText(R.id.tvHuyou, format1.format(point.correctness)); | |
478 | + holder.setText(R.id.tvHuyou, format1.format(point.afterState)); | |
479 | 479 | } |
480 | 480 | } |
481 | 481 | ... | ... |