|
@@ -342,7 +342,7 @@
|
|
data: {
|
|
data: {
|
|
isshow: false,
|
|
isshow: false,
|
|
token: GetRequest().token ? GetRequest().token :
|
|
token: GetRequest().token ? GetRequest().token :
|
|
- 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyYW5kb20iOiI3ODM0NyIsImNsaWVudCI6IjUiLCJleHAiOjE2NDA4NDkxMjUsInVzZXJuYW1lX2FwcGxldCI6Iko4VENqMTYzODk0MTc2MyJ9.J4vY-mSQnxh0K9DxNVKbelL1IXMx0GGVTClRKqfbyLo',
|
|
|
|
|
|
+ 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyYW5kb20iOiI3MDY1NSIsImNsaWVudCI6IjUiLCJleHAiOjE2NDExOTA0MzMsInVzZXJuYW1lX2FwcGxldCI6Im5naEN0MTYzMTYwNDY4OSJ9.cXj7Ks5XYCnGFANZ0uHAkDn8MJtWrMm4I3qqvikewGg',
|
|
rewardList: [],
|
|
rewardList: [],
|
|
queryParams: {
|
|
queryParams: {
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
@@ -385,6 +385,7 @@
|
|
this.actStatus = res.data.actStatus;
|
|
this.actStatus = res.data.actStatus;
|
|
this.shareInfo = res.data;
|
|
this.shareInfo = res.data;
|
|
if (this.actStatus != 1) {
|
|
if (this.actStatus != 1) {
|
|
|
|
+ this.$toast('活动已下架');
|
|
return
|
|
return
|
|
}
|
|
}
|
|
// this.stopManyClick(() => {
|
|
// this.stopManyClick(() => {
|