Browse Source

fix: 标讯收藏列表新增参标错误提示

zhangsiya 2 years ago
parent
commit
e27fd78991
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/staticres/frontRouter/pc/collection/js/index-pc.js

+ 1 - 1
src/web/staticres/frontRouter/pc/collection/js/index-pc.js

@@ -810,7 +810,7 @@ var vm = new Vue({
               _this.showToast('已参标,请前往我的参标项目列表查看。')
             } else if(r.error_code == -1) {
               var msg = r.error_msg || '参标错误,请稍后重试'
-              toastFn(msg)
+              _this.showToast(msg)
             }
           }
         })