Browse Source

提交一下

1
mo 3 years ago
parent
commit
c535ebfff4

+ 1 - 1
src/views/resetTeaming/modals/user-pay-form.vue

@@ -382,7 +382,7 @@ export default {
       let organId = this.baseInfo?.musicGroup?.organId
        this.courseViewType = this.baseInfo?.musicGroup?.courseViewType
       // 如果为学员缴费且是乐团缴费则显示云教练的价格
-      if(!this.paymentType&&this.type=='user'&&organId&&(courseViewType==2||courseViewType==3)){
+      if(!this.paymentType&&this.type=='user'&&organId&&(this.courseViewType==2||this.courseViewType==3)){
         try{
           const res = await organizationCloudTeacherFeeQueryPage({organId})
           this.courseViewType==2?this.cloudFee = res.data.rows[0].price:this.cloudFee = res.data.rows[0].plusPrice

+ 6 - 4
src/views/teamBuild/forecastName.vue

@@ -14,9 +14,11 @@
           >预报名链接</el-button
         >
       </auth>
-      <!-- <auth>
-              <el-button type="primary" @click="extendPaymentStatus = true">预报名时间延长</el-button>
-            </auth> -->
+
+      <el-button type="primary" @click="codeStatus = true" v-if="isedit"
+        >预报名详情</el-button
+      >
+
       <auth :auths="['musicGroup/sendParentMeetingNotice']" v-if="isedit">
         <el-button type="primary" @click="extendPaymentStatus = true"
           >家长会通知</el-button
@@ -319,7 +321,7 @@ export default {
         subjectId: null,
         isAllowAdjust: null,
         cloudTeacherMethod: null,
-        kitPurchaseMethod:null,
+        kitPurchaseMethod: null,
       },
       tableList: [],
       pageInfo: {

+ 2 - 2
vue.config.js

@@ -20,8 +20,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.148:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
-let target = 'http://dev.dayaedu.com' // 开发环境
-// let target = 'https://test.dayaedu.com' //测试环境
+// let target = 'http://dev.dayaedu.com' // 开发环境
+let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {