|
@@ -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>
|
|
@@ -740,10 +740,10 @@ export default {
|
|
|
// 判断是否带缓存参数
|
|
|
this.init();
|
|
|
},
|
|
|
- activated () {
|
|
|
- // 判断是否带缓存参
|
|
|
- this.init();
|
|
|
- },
|
|
|
+ // activated () {
|
|
|
+ // // 判断是否带缓存参
|
|
|
+ // this.init();
|
|
|
+ // },
|
|
|
methods: {
|
|
|
init () {
|
|
|
if (this.$route.query.search) {
|
|
@@ -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,
|