Commit ce352710 authored by 罗超's avatar 罗超

1

parent 6be248dc
This diff is collapsed.
......@@ -195,7 +195,7 @@
</scroll-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>
<text style="color: #999">加载中...</text>
</view>
......@@ -230,7 +230,7 @@ export default {
days.push(i);
}
return {
orderType: 2, //1普通订单,2售后订单
orderType: 1, //1普通订单,2售后订单
loading: false,
status: "loadmore",
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