Commit 862ef8d8 authored by zhengke's avatar zhengke

修改

parent fd3fafeb
......@@ -42,7 +42,7 @@
.order_middle {
font-size: 13px;
color: #121212;
width: 55%;
width: 53%;
}
.order_carName {
......@@ -126,7 +126,7 @@
出行{{item.DetailList[0].Number}}
</view>
</view>
<view>
<view style="width:50px;text-align: right;">
<view class="order_Price">¥{{item.Income}}</view>
</view>
</view>
......@@ -323,7 +323,7 @@
//滚动加载
lower(e) {
if (this.msg.pageIndex < this.pageCount) {
this.conMsg.pageIndex++;
this.msg.pageIndex++;
this.status = "loading";
this.getContent();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment