浏览代码

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

zhangsiya 2 年之前
父节点
当前提交
e27fd78991
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
             }
           }
         })