ode">
384
                    holder.window_tv_slow_free_label.setVisibility(View.VISIBLE);
385
                    holder.window_tv_slow_total_num.setVisibility(View.VISIBLE);
386
387
                    holder.window_tv_fast_free_num.setText(recommendZhan.getFast_able_num());
388
                    holder.window_tv_slow_free_num.setText(recommendZhan.getSlow_able_num());
389
                    holder.window_tv_fast_total_num.setText("".equals(recommendZhan.getFast_num()) ? "0" : "/" + recommendZhan.getFast_num());
390
                    holder.window_tv_slow_total_num.setText("".equals(recommendZhan.getSlow_num()) ? "0" : "/" + recommendZhan.getSlow_num());
391
392
                }
393
379 394
            }
380 395
            holder.fenshi_info_textview.setText("");
381 396

+ 36 - 0
app/src/main/java/com/electric/chargingpile/data/RecommendZhan.java

@ -56,6 +56,42 @@ public class RecommendZhan {
56 56
    private String park_location;
57 57
    private String stop_cost;
58 58
    private String fenshi_is;
59
    private String acNum;
60
    private String acableNum;
61
    private String dcNum;
62
    private String dcableNum;
63
64
    public String getAcNum() {
65
        return acNum;
66
    }
67
68
    public void setAcNum(String acNum) {
69
        this.acNum = acNum;
70
    }
71
72
    public String getAcableNum() {
73
        return acableNum;
74
    }
75
76
    public void setAcableNum(String acableNum) {
77
        this.acableNum = acableNum;
78
    }
79
80
    public String getDcNum() {
81
        return dcNum;
82
    }
83
84
    public void setDcNum(String dcNum) {
85
        this.dcNum = dcNum;
86
    }
87
88
    public String getDcableNum() {
89
        return dcableNum;
90
    }
91
92
    public void setDcableNum(String dcableNum) {
93
        this.dcableNum = dcableNum;
94
    }
59 95
60 96
    public double getDistanceDouble() {
61 97
        return distanceDouble;

+ 1 - 1
app/src/main/res/layout/activity_privacy_agreement.xml

@ -41,7 +41,7 @@
41 41
                android:layout_width="match_parent"
42 42
                android:layout_height="wrap_content"
43 43
                android:layout_marginTop="15dp"
44
                android:text="感谢您下载充电桩应用,当您开始使用本软件时,我们可能会对您的部分个人信息进行收集、使用和共享。请您仔细阅读《充电桩隐私政策》并确定了解我们对您个人信息的处理规则,包括:"
44
                android:text="感谢您下载充电桩应用,当您开始使用本软件时,我们可能会对您的部分个人信息进行收集、使用和共享。同时为了提升消息送达率,更好的为您提供服务,我们会默认开启自启动和关联启动功能。请您仔细阅读《充电桩隐私政策》并确定了解我们对您个人信息的处理规则,包括:"
45 45
                android:textColor="@color/color_222222"
46 46
                android:textSize="16sp" />
47 47

cdzApp - Gogs: Go Git Service

充电桩app代码

KeyMacCDZ.jks 2.0KB