소스 검색

08/27 17:51

mo 6 년 전
부모
커밋
d4965c53b3
7개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      dist/dist.zip
  2. 0 0
      dist/index.html
  3. 0 0
      dist/static/css/app.57ecab11.css
  4. 0 0
      dist/static/js/app.13e4eb5e.js
  5. 0 0
      dist/static/js/app.be80f123.js
  6. 1 1
      src/api/table.js
  7. 1 1
      src/views/dashboard/index.vue

BIN
dist/dist.zip


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.57ecab11.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.13e4eb5e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.be80f123.js


+ 1 - 1
src/api/table.js

@@ -53,7 +53,7 @@ export function updateUser (data) {
 // 开启收费通道 updateClass
 export function updateClass (data) {
   return request({
-    url: '/user/updateClass',
+    url: '/user/openClassPay',
     method: 'post',
     data
   })

+ 1 - 1
src/views/dashboard/index.vue

@@ -377,7 +377,7 @@ export default {
     },
     // 点击开始缴费 1报名中,2缴费中,3报名截止,4已开团
     getMoney () {
-      updateClass(qs.stringify({ id: this.majorId, status: 2 })).then(res => {
+      updateClass(qs.stringify({ id: this.majorId })).then(res => {
         if (res.code == 200) {
           this.$message.success("乐团报名成功请尽快缴费");
           setTimeout(() => {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.