Explorar el Código

onShow改为onLoad

htc hace 10 meses
padre
commit
0b01f179fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/login/index.vue

+ 1 - 1
pages/login/index.vue

@@ -17,7 +17,7 @@
 				
 			}
 		},
-		onShow() {
+		onLoad() {
 			uni.clearStorageSync();
 		},
 		methods: {