@@ -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();