فهرست منبع

零售 新学员列表 手机上无法刷新

jf 5 سال پیش
والد
کامیت
857c2d6512
1فایلهای تغییر یافته به همراه4 افزوده شده و 11 حذف شده
  1. 4 11
      hdApp/src/admin/home/newStudent.vue

+ 4 - 11
hdApp/src/admin/home/newStudent.vue

@@ -10,16 +10,9 @@
       >
       <text class="iconfont iconsearch _search_icon"></text>
     </view>
-    <scroll-view
-      class="students_list"
-      scroll-y
-    >
+    <view class="students_list" scroll-y>
     <block v-if="!$util.isEmpty(initData)">
-      <view
-        class="list_item"
-        v-for="(item, index) in initData"
-        :key="index"
-      >
+      <view class="list_item" v-for="(item, index) in initData" :key="index">
         <view class="item_header">
           <image :src="item.customAvatar"></image>
           <text class="student_name">{{item.name}}</text>
@@ -55,7 +48,7 @@
             :is-empty="$util.isEmpty(initData)"
           />
         </block>
-    </scroll-view>
+    </view>
   </view>
 </template>
 
@@ -194,4 +187,4 @@ export default {
     }
   }
 }
-</style>
+</style>