Commit 862ef8d8 authored by zhengke's avatar zhengke

修改

parent fd3fafeb
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
.order_middle { .order_middle {
font-size: 13px; font-size: 13px;
color: #121212; color: #121212;
width: 55%; width: 53%;
} }
.order_carName { .order_carName {
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
出行{{item.DetailList[0].Number}} 出行{{item.DetailList[0].Number}}
</view> </view>
</view> </view>
<view> <view style="width:50px;text-align: right;">
<view class="order_Price">¥{{item.Income}}</view> <view class="order_Price">¥{{item.Income}}</view>
</view> </view>
</view> </view>
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
//滚动加载 //滚动加载
lower(e) { lower(e) {
if (this.msg.pageIndex < this.pageCount) { if (this.msg.pageIndex < this.pageCount) {
this.conMsg.pageIndex++; this.msg.pageIndex++;
this.status = "loading"; this.status = "loading";
this.getContent(); this.getContent();
} else { } 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