فهرست منبع

Merge branch 'dev/v4.8.16_zsy' of qmx/jy into feature/v4.8.16

yangfeng 2 سال پیش
والد
کامیت
bf6e6a0de4
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)
             }
           }
         })