@@ -52,7 +52,10 @@
},
onShow: function() {
let token = this.$cache.get('_token_owner_union');
- let userId = this.$cache.get('_user_id')
+ let userId = this.$cache.get('_user_id');
+ uni.showModal({
+ content:"调注册"
+ })
if (!token) {
this.regist();
} else {
@@ -217,9 +217,7 @@
this.color4 = app.globalData.color4;
this.token = token;
- if(token){
- this.getData();
- }
+ this.getData();
uni.$on("request",()=>{
let token2 = this.$cache.get('_token_owner_union');
this.token = token2;