wgl 4 лет назад
Родитель
Сommit
c6237a9815

+ 7 - 1
src/projects/business/views/HouseKeeper/Admin/Home.vue

@@ -148,7 +148,13 @@
 
 			},
 		},
-		mounted() {},
+		mounted() {
+			var gallery = mui('.mui-slider');
+			var slider = gallery.slider({
+				interval: 2000, //自动轮播周期,若为0则不自动播放,默认为0;
+				bounce: true //是否启用回弹
+			});
+		},
 		destroyed() {
 
 		},

+ 1 - 0
src/projects/business/views/Master/Attendance/List.vue

@@ -21,6 +21,7 @@
 			</div>
 		</div>
 
+		<loading :visible="isLoading"></loading>
 	</div>
 </template>
 

+ 1 - 0
src/projects/business/views/Master/Attendance/VerifyList.vue

@@ -84,6 +84,7 @@
 			</div>
 		</div>
 
+		<loading :visible="isLoading"></loading>
 	</div>
 </template>
 

+ 7 - 1
src/projects/business/views/Master/Home.vue

@@ -214,7 +214,13 @@
 
 			},
 		},
-		mounted() {},
+		mounted() {
+			var gallery = mui('.mui-slider');
+			var slider = gallery.slider({
+				interval: 2000, //自动轮播周期,若为0则不自动播放,默认为0;
+				bounce: true //是否启用回弹
+			});
+		},
 		destroyed() {
 
 		},