浏览代码

确认订单页面,将结束充电15分后自动结算改为5分钟

hy 3 年之前
父节点
当前提交
651b21d2e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/activity_submit_orders.xml

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

289
        android:layout_above="@+id/tv_gocomment"
289
        android:layout_above="@+id/tv_gocomment"
290
        android:layout_width="wrap_content"
290
        android:layout_width="wrap_content"
291
        android:layout_height="wrap_content"
291
        android:layout_height="wrap_content"
292
        android:text="注:结束充电15分钟没有提交结算订单系统默认按最大折扣结算"
292
        android:text="注:结束充电5分钟没有提交结算订单系统默认按最大折扣结算"
293
        android:textColor="#ff707070"
293
        android:textColor="#ff707070"
294
        android:textSize="12sp"
294
        android:textSize="12sp"
295
        />
295
        />