|
|
@@ -36,7 +36,15 @@
|
|
|
<view class="item-list" v-for="(item, i) in list" :key="i">
|
|
|
<view class="item-list-left">
|
|
|
<text class="item-list-txt">{{item.user_name}}</text>
|
|
|
- <text class="item-list-txt">{{item.re_time}}</text>
|
|
|
+ <view class="info-txt">
|
|
|
+ <view class="up-txt">
|
|
|
+ <text class="item-list-txt">{{item.school}}</text>
|
|
|
+ <text class="item-list-txt">{{item.room}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="bottom-txt">
|
|
|
+ <text class="item-list-txt">{{item.re_time}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<text class="item-list-txt show-money">{{item.account}}</text>
|
|
|
</view>
|
|
|
@@ -162,7 +170,7 @@
|
|
|
this.changeDate = false
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
this.list = []
|
|
|
}
|
|
|
} else {
|