Browse Source

bug解决

huyuguo 6 years ago
parent
commit
d2f797f8fa

+ 2 - 0
app/src/main/java/com/electric/chargingpile/activity/ChatContentListActivity.java

700
700
701
            topicTitle.setMaxWidth(screenWidth - DensityUtil.dip2px(getContext(), 100));
701
            topicTitle.setMaxWidth(screenWidth - DensityUtil.dip2px(getContext(), 100));
702
702
703
            topicTitle.setText(bean.topicName);
704
703
            if (bean.commentNums == 0) {
705
            if (bean.commentNums == 0) {
704
                commentNumber.setText("");
706
                commentNumber.setText("");
705
            } else {
707
            } else {

+ 1 - 1
app/src/main/java/com/electric/chargingpile/application/MainApplication.java

77
    public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
77
    public static String url = "http://cdz.evcharge.cc";// 充电桩正式环境
78
//    public static String urlNew = "http://123.56.67.7:83/api/0200";// 一电测试环境
78
//    public static String urlNew = "http://123.56.67.7:83/api/0200";// 一电测试环境
79
    public static String urlNew = "https://api.touchev.com:83/api/0200";// 一电正式环境
79
    public static String urlNew = "https://api.touchev.com:83/api/0200";// 一电正式环境
80
    public static String pic_url = "http:/s/cdz.evcharge.cc/zhannew/uploadfile/";
80
    public static String pic_url = "http://cdz.evcharge.cc/zhannew/uploadfile/";
81
    //	public static String url = "https://cdz.d1ev.com";
81
    //	public static String url = "https://cdz.d1ev.com";
82
    public static String build_flag = "0";
82
    public static String build_flag = "0";
83
    public static String support = "0";
83
    public static String support = "0";