소스 검색

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	app/Admin/Controllers/Recruit/RecruitController.php
zmw 1 년 전
부모
커밋
c565201808
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/themes/default/views/app/recruit/sign_up.blade.php

+ 1 - 0
public/themes/default/views/app/recruit/sign_up.blade.php

@@ -2117,6 +2117,7 @@
 
                     axios.post("{{route('recruit.save_sign_up')}}",Qs.stringify(this.user)).then(response => {
                         if(response.data.status){
+                            console.log(response.data,response.data.is_html == 1)
                             if(response.data.is_html == 1){
                                 this.$alert(response.data.msg, '提交成功', {
                                     dangerouslyUseHTMLString: true,