소스 검색

fix: 修复提示文案

zhangyuhan 3 년 전
부모
커밋
903022307b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/modules/app/src/web/templates/big-member/page_client_list.html

+ 1 - 1
src/jfw/modules/app/src/web/templates/big-member/page_client_list.html

@@ -427,7 +427,7 @@
                         console.log(res)
                         if(res.error_code == 0) {
                             if(res.data) {
-                                _this.$toast((params.D ? '取消' : '') +  '认领成功')
+                                _this.$toast(((params.D || params.B) ? '取消' : '') +  (params.hasOwnProperty('D') ? '认领' : '关注') + '成功')
                                 _this.getProjectList()
                             } else {
                                 _this.$toast(res.error_msg)