heyang il y a 3 ans
Parent
commit
98ce032fa9
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      microserviceUserH5/vcloud/actFission.html

+ 3 - 3
microserviceUserH5/vcloud/actFission.html

@@ -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) {