|
@@ -341,7 +341,7 @@
|
|
|
data: {
|
|
data: {
|
|
|
isshow: false,
|
|
isshow: false,
|
|
|
token: GetRequest().token ? GetRequest().token :
|
|
token: GetRequest().token ? GetRequest().token :
|
|
|
- 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyYW5kb20iOiIxNTA2MSIsImNsaWVudCI6IjAiLCJleHAiOjE2NDA0MDYwNTMsInVzZXJuYW1lIjoieWVtZW5nbWVuZzAxIn0.35gCTt6Xd5_52NaRaBKnRh2uJSTNj-y8uK35XouDLdI',
|
|
|
|
|
|
|
+ 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyYW5kb20iOiI5ODE3NCIsImNsaWVudCI6IjAiLCJleHAiOjE2NDA2NDI1MTcsInVzZXJuYW1lIjoiYWRtaW4ifQ.taBhQ8qBEhLNfo2l80iIboKpMJl-eEyo9MmZEB_Qfes',
|
|
|
rewardList: [],
|
|
rewardList: [],
|
|
|
queryParams: {
|
|
queryParams: {
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
@@ -491,11 +491,13 @@
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
} else if (res.status == 1) {
|
|
} else if (res.status == 1) {
|
|
|
- return;
|
|
|
|
|
this.$toast(res.msg);
|
|
this.$toast(res.msg);
|
|
|
|
|
+ return;
|
|
|
|
|
+
|
|
|
} else {
|
|
} else {
|
|
|
- return
|
|
|
|
|
this.$toast(res.msg);
|
|
this.$toast(res.msg);
|
|
|
|
|
+ return
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|