mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 19:46:43 +08:00
no message
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
</van-tabs>
|
</van-tabs>
|
||||||
</van-sticky>
|
</van-sticky>
|
||||||
<div class="container" v-if="isShow">
|
<div class="container" v-if="isShow">
|
||||||
<van-pull-refresh @refresh="onRefresh" v-model="isLoading">
|
<van-pull-refresh @refresh="onRefresh" v-model="isLoading">
|
||||||
|
|
||||||
<div v-if="NewItems.length>0">
|
<div v-if="NewItems.length>0">
|
||||||
<Order v-for="(order,index) in NewItems" :key="index" :order="order">
|
<Order v-for="(order,index) in NewItems" :key="index" :order="order">
|
||||||
<p v-if="active === 'uncommit'" class="name mb8">
|
<p v-if="active === 'uncommit'" class="name mb8">
|
||||||
|
|||||||
Reference in New Issue
Block a user