|
@@ -330,7 +330,7 @@
|
|
|
<div class="0_hd">
|
|
|
<i class="check_default check_active"></i>
|
|
|
</div>
|
|
|
- <div class="o_bd">乐团网络课堂</div>
|
|
|
+ <div class="o_bd">乐团云课堂</div>
|
|
|
<span class="o_ft">现价:¥{{ courseScheduleInfo.networkInfo.value ? courseScheduleInfo.networkInfo.value : 0 }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -761,6 +761,11 @@ export default {
|
|
|
}
|
|
|
// 新建团带默认的数据 this.topfor.section
|
|
|
if (this.teamStatus == "newTeam") {
|
|
|
+ console.log({
|
|
|
+ chargeTypeId: type,
|
|
|
+ organId: this.topfor.section,
|
|
|
+ number: 1
|
|
|
+ })
|
|
|
getDefaultSubject({
|
|
|
chargeTypeId: type,
|
|
|
organId: this.topfor.section,
|