소스 검색

no message

zhujindu 8 달 전
부모
커밋
6b9332a7c9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/home/hintTabPage/noVisit.vue

+ 2 - 0
src/views/home/hintTabPage/noVisit.vue

@@ -380,7 +380,9 @@ export default {
     },
     // 加入计划内
     storeJoinVisit(val) {
+      this.toastLoading(0, '加载中...', true);
       joinInPlan({ storeId: val.storeId }).then((res) => {
+        this.toastLoading().clear();
         if (res.code == 200) {
           this.$set(val, 'joinInPlan', false);
         } else {