Browse Source

onShow改为onLoad

htc 10 months ago
parent
commit
0b01f179fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/login/index.vue

+ 1 - 1
pages/login/index.vue

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