Browse Source

auto commit

gcz 4 years ago
parent
commit
653f1c5679
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pages/index/index.vue

+ 10 - 0
pages/index/index.vue

@@ -183,6 +183,16 @@
 				
 			}
 		},
+		onShow() {
+			// let self = this;
+			// uni.getStorage({
+			// 	key:'accessToken',
+			// 	success:function(res){
+			// 		console.log('getStorage',res.data.accessToken);
+			// 		self.thetoken = res.data.accessToken;
+			// 	}
+			// })			
+		},
 		onLoad() {
 			this.thetoken = 'Bearer' + ' ' + this.$store.state.token;
 			this.getProductList();