Browse Source

fix 主页日历

he2802 3 năm trước cách đây
mục cha
commit
41e66e789e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages2/class/detail.vue

+ 1 - 1
pages2/class/detail.vue

@@ -724,7 +724,7 @@ export default {
 					}
 					self.reMenuList = res.data.rows;
 					if(self.reMenuList.length>0){
-						self.list.unshift({name:'重修目录'})
+						self.list.push({name:'重修目录'})
 					}
 				}
 			});