Commit ce352710 authored by 罗超's avatar 罗超

1

parent 6be248dc
This diff is collapsed.
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
</scroll-view> </scroll-view>
</view> </view>
<!-- 加载中 --> <!-- 加载中 -->
<view class="flex-center" style="margin-top: 20rpx" v-if="loading"> <view class="flex-center loading" style="margin-top: 20rpx" v-if="loading">
<u-loading mode="flower" size="48"></u-loading> <u-loading mode="flower" size="48"></u-loading>
<text style="color: #999">加载中...</text> <text style="color: #999">加载中...</text>
</view> </view>
...@@ -230,7 +230,7 @@ export default { ...@@ -230,7 +230,7 @@ export default {
days.push(i); days.push(i);
} }
return { return {
orderType: 2, //1普通订单,2售后订单 orderType: 1, //1普通订单,2售后订单
loading: false, loading: false,
status: "loadmore", status: "loadmore",
loadText: { loadText: {
......
This diff is collapsed.
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