|
|
@@ -450,7 +450,7 @@
|
|
|
});
|
|
|
// 获取标签列表
|
|
|
getTagList(GetRequest().token).then(res => {
|
|
|
- this.$toast.clear();
|
|
|
+ // this.$toast.clear();
|
|
|
if (res.status === 0) {
|
|
|
this.tagList = res.data;
|
|
|
} else {
|
|
|
@@ -467,7 +467,7 @@
|
|
|
loadingType: 'spinner',
|
|
|
});
|
|
|
getActDetailList(GetRequest().token).then(res => {
|
|
|
- this.$toast.clear();
|
|
|
+ // this.$toast.clear();
|
|
|
if (res.status === 0) {
|
|
|
console.log(type)
|
|
|
if(type === 'look'){
|
|
|
@@ -533,7 +533,7 @@
|
|
|
loadingType: 'spinner',
|
|
|
});
|
|
|
getActDetailList(GetRequest().token).then(res => {
|
|
|
- this.$toast.clear();
|
|
|
+ // this.$toast.clear();
|
|
|
if (res.status === 0) {
|
|
|
this.actStatus = res.data.actStatus;
|
|
|
if (this.actStatus == 0) {
|