Parcourir la source

onShow改为onLoad

htc il y a 10 mois
Parent
commit
0b01f179fc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/login/index.vue

+ 1 - 1
pages/login/index.vue

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