y595705120 3 년 전
부모
커밋
3aff5d7a5e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/containers/center/market/index.vue

+ 3 - 0
src/containers/center/market/index.vue

@@ -251,6 +251,9 @@
             this.$message.successMsg("申请购买成功", 1);
             this.buyForm.temp.buyImg = this.buyForm.buyImg
             this.buyForm.temp.marks = this.buyForm.marks
+            this.buyForm.temp.isPay = 0
+            this.buyForm.temp.courseName = this.buyForm.courseName;
+            this.buyForm.temp.rzCode = this.buyForm.rzCode
             this.buyCourseDialog = false
           }
         });